Skip to main content

spawn

Function spawn 

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

Spawns a task onto the executor.