spawn

Function spawn 

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

Execute a future without blocking the current call.