[][src]Function fibers_global::spawn

pub fn spawn<F>(future: F) where
    F: Future<Item = (), Error = ()> + Send + 'static, 

Spawns a fiber to execute the given future by using the global ThreadPoolExecutor.