Macro cogo::go

source · []
macro_rules! go {
    ($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.