Macro spawn_async

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

Macro for spawning an async process