Struct mio::deprecated::Sender [] [src]

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

Sends messages to the EventLoop from other threads.

Methods

impl<M> Sender<M>
[src]

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more