Function af_core::task::start[][src]

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

Starts a new task.