[][src]Function global_executor::spawn_local

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

Notable traits for Task<T>

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