Function mutiny_core::utils::spawn

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