Type Alias NonBlockingFuture

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

The type of a future awaiting another task.

Aliased Typeยง

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