Skip to main content

spawn

Function spawn 

Source
pub fn spawn<F: SpawnableNoReturn>(future: F)
Expand description

Spawns a future on the underlying runtime in a cross platform way (NB: the Send bound is removed in WASM)