Skip to main content

spawn

Function spawn 

Source
pub fn spawn<F: Future<Output = ()> + Send + 'static>(task: F)
Expand description

Spawns the task on a random thread