Struct rotor::mio::Sender [] [src]

pub struct Sender<M> where M: Send {
    // some fields omitted
}

Sends messages to the EventLoop from other threads.

Methods

impl<M> Sender<M> where M: Send

fn send(&self, msg: M) -> Result<(), NotifyError<M>>

Trait Implementations

impl<M> Clone for Sender<M> where M: Send

fn clone(&self) -> Sender<M>

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

impl<M> Debug for Sender<M> where M: Send

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

impl<M> Sync for Sender<M> where M: Send