Skip to main content

join

Function join 

Source
pub fn join<T>(join_handle: JoinHandle<Result<T>>) -> Result<T, Report>
Expand description

Joins a thread handle and returns the result.

ยงErrors

  • Task panicked or returned an error.