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