Type Definition task_exec_queue::LocalTaskType

source ·
pub type LocalTaskType = Box<dyn Future<Output = ()> + Unpin + 'static>;