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

Trait Implementations

Derived Implementations

impl Debug for Notifier

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Notifier

fn clone(&self) -> Notifier

1.0.0fn clone_from(&mut self, source: &Self)