spawn

Function spawn 

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

Spawn a non-blocking Future onto the whorl runtime