Type Alias linera_base::task::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 */ }