Skip to main content

spawn_detached

Function spawn_detached 

Source
pub fn spawn_detached<F>(fut: F)
where F: Future + 'static, <F as Future>::Output: 'static,
Expand description

Spawn a task and let it run on its own, discarding the handle.