Function task_stream::spawn[][src]

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