Type Alias BlockingFuture

Source
pub type BlockingFuture<R> = JoinHandle<R>;
Expand description

The type of a future awaiting another thread.

Aliased Typeยง

struct BlockingFuture<R> { /* private fields */ }