Function hyena::spawn

source ·
pub fn spawn<T>(future: impl Future<Output = T> + Send + 'static) -> Task<T> where
    T: Send + 'static,
Expand description

Spawns a Task on the global TaskPool.