Type Alias phron_finality::party::manager::task::Handle

source ·
pub type Handle = Pin<Box<dyn Future<Output = Result<(), ()>> + Send + 'static>>;
Expand description

A single handle that can be waited on, as returned by spawning an essential task.

Aliased Type§

struct Handle { /* private fields */ }