Struct rotor::Notifier [] [src]

pub struct Notifier { /* fields omitted */ }

The object used to wakeup unrelated state machine

You may use a notifiers between multiple threads

Methods

impl Notifier
[src]

Wakeup a state machine

Trait Implementations

impl Clone for Notifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Notifier
[src]

Formats the value using the given formatter.