NonBlockingFuture

Type Alias NonBlockingFuture 

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

The type of a future awaiting another task.

Aliased Typeยง

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