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