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

spawn