Skip to main content

spawn_tokio

Macro spawn_tokio 

Source
macro_rules! spawn_tokio {
    ($future:expr) => { ... };
}
Expand description

Spawn a future on the tokio runtime.