Macro may::cqueue_add_oneshot[][src]

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

macro used to create the select coroutine that will run only once, thus generate only one event