Struct umio::external::Sender
[−]
[src]
pub struct Sender<M> where
M: Send, { /* fields omitted */ }
Sends messages to the EventLoop from other threads.
Methods
impl<M> Sender<M> where
M: Send,
[src]
M: Send,
fn send(&self, msg: M) -> Result<(), NotifyError<M>>
Trait Implementations
impl<M> Debug for Sender<M> where
M: Send,
[src]
M: Send,
impl<M> Sync for Sender<M> where
M: Send,
[src]
M: Send,
impl<M> Clone for Sender<M> where
M: Send,
[src]
M: Send,