task_exec_queue

Type Alias TaskType

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

Aliased Typeยง

struct TaskType(/* private fields */);