ntex_util

Function spawn

source
pub fn spawn<F>(_: F) -> JoinHandle<<F as Future>::Output>
where F: Future + 'static,