[][src]Function rsocket_rust::runtime::spawn

pub fn spawn<F>(task: F) where
    F: Send + Future<Output = ()> + 'static,