Type Alias SubtaskHandle

Source
pub type SubtaskHandle = impl Future<Output = ()> + Send + 'static;
Expand description

Handle used to drive the subtask.