event

Macro event 

Source
macro_rules! event {
    () => { ... };
}
Expand description

Create an Event that works in both heap and zero-heap modes.