Type Definition aleph_bft::TaskHandle[][src]

pub type TaskHandle = Pin<Box<dyn Future<Output = Result<(), ()>> + Send>>;
Expand description

A handle for waiting the task’s completion.