Task

Type Alias Task 

Source
pub type Task = FutureObj<'static, ()>;
Expand description

A JoinHandle returning the result of running the task

Aliased Typeยง

pub struct Task(/* private fields */);