Type Alias TaskFuture

Source
pub type TaskFuture = Pin<Box<dyn Future<Output = TaskResult> + Send>>;
Expand description

Future type for task execution

Aliased Typeยง

pub struct TaskFuture { /* private fields */ }