pub fn spawn(future: impl Future<Output = ()> + Send + 'static)
Expand description

Spawn a new thread.