[][src]Function awak::spawn

pub fn spawn<T: Send + 'static>(
    future: impl Future<Output = T> + Send + 'static
) -> Task<T>

Notable traits for Task<T>

impl<T> Future for Task<T> type Output = T;