spawn

Macro spawn 

Source
macro_rules! spawn {
    ($func:expr) => { ... };
    ($builder:expr, $func:expr) => { ... };
    ($cqueue:expr, $token:expr, $func:expr) => { ... };
}
Expand description

macro used to spawn a coroutine

this macro is just a convenient wrapper for spawn.