macro_rules! instant_event {
($name:ident) => { ... };
}Expand description
Implements Event and EventRouting for a non-cancellable
event dispatched on the instant loop’s bus.
macro_rules! instant_event {
($name:ident) => { ... };
}Implements Event and EventRouting for a non-cancellable
event dispatched on the instant loop’s bus.