pub type BlockingFuture<R> = JoinHandle<R>;Expand description
The type of a future awaiting another thread.
Aliased Typeยง
struct BlockingFuture<R> { /* private fields */ }pub type BlockingFuture<R> = JoinHandle<R>;The type of a future awaiting another thread.
struct BlockingFuture<R> { /* private fields */ }