Function async_dispatcher::spawn

source ·
pub fn spawn<F>(future: F) -> JoinHandle<F::Output> 
where F: Future + 'static + Send, F::Output: 'static + Send,