Function sidevm_env::tasks::spawn

source ·
pub fn spawn<T: 'static>(
    fut: impl Future<Output = T> + 'static
) -> JoinHandle<T>