Struct rotor::Notifier
[−]
[src]
pub struct Notifier { // some fields omitted }
The object used to wakeup unrelated state machine
You may use a notifiers between multiple threads
Methods
impl Notifier
fn wakeup(&self) -> Result<(), WakeupError>
Wakeup a state machine