Macro reflux::add_routine

source ยท
macro_rules! add_routine {
    ($a: expr) => { ... };
}
Expand description

A simple macro to create a function that returns a coroutine.