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
[src]

fn wakeup(&self) -> Result<(), WakeupError>

Wakeup a state machine

Trait Implementations

impl Debug for Notifier
[src]

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

Formats the value using the given formatter.

impl Clone for Notifier
[src]

fn clone(&self) -> Notifier

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more