Struct tmp_mio::Sender [] [src]

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

Sends messages to the EventLoop from other threads.

Methods

impl<M: Send> Sender<M>
[src]

Trait Implementations

impl<M: Send> Clone for Sender<M>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<M: Send> Debug for Sender<M>
[src]

Formats the value using the given formatter.

impl<M: Send> Sync for Sender<M>
[src]