Struct mio::Sender
[−]
[src]
pub struct Sender<M> {
// some fields omitted
}Sends messages to the EventLoop from other threads.
pub struct Sender<M> {
// some fields omitted
}Sends messages to the EventLoop from other threads.
impl<M> Sender<M>fn send(&self, msg: M) -> Result<(), NotifyError<M>>impl<M> Clone for Sender<M>fn clone(&self) -> Sender<M>fn clone_from(&mut self, source: &Self)impl<M> Debug for Sender<M>