start

Function start 

Source
pub fn start<T>(task: impl Start<T>) -> Task<T>
where T: Send + 'static,
Expand description

Starts a new task.