Skip to main content

spawn

Function spawn 

Source
pub fn spawn<F>(fut: F)
where F: Future<Output = ()> + Send + 'static,
Expand description

Spawn a future on the Bubba async executor. This is the free function form used inside event handlers.