pub fn spawn(fut: impl Future<Output = ()> + 'static)
Expand description

Runs a Rust Future on the current thread.