[][src]Function global_executor::spawn

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

Notable traits for Task<T>

impl<T: 'static> Future for Task<T> type Output = T;