Skip to main content

spawn

Function spawn 

Source
pub fn spawn<F: Future + Send + 'static>(fut: F) -> dtact_handle_t
Expand description

Spawn a fiber. Spawns a new fiber and returns a handle for synchronization.