Trait mio_misc::queue::Notifier[][src]

pub trait Notifier: Send + Sync + Debug {
    fn notify(&self, id: NotificationId) -> Result;
}
Expand description

Represents the side that notifies

Required methods

Notifies Poll

Implementors