Function mini_tokio::spawn

source ยท
pub fn spawn<F>(future: F)
where F: Future<Output = ()> + Send + 'static,