Macro may::cqueue_add [] [src]

macro_rules! cqueue_add {
    (
        $cqueue:ident, $token:expr, $name:pat = $top:expr => $bottom:expr
    ) => { ... };
}

macro used to create the select coroutine that will run in a infinite loop, and generate as many events as possible