Type Alias linera_base::task::BlockingFuture

source ·
pub type BlockingFuture<R> = JoinHandle<R>;
Expand description

The type of a future awaiting another thread.

Aliased Type§

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