Struct mio::channel::SenderCtl [] [src]

pub struct SenderCtl {
    // some fields omitted
}

Tracks messages sent on a channel in order to update readiness.

Methods

impl SenderCtl
[src]

fn inc(&self) -> Result<()>

Call to track that a message has been sent

Trait Implementations

impl Clone for SenderCtl
[src]

fn clone(&self) -> SenderCtl

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Drop for SenderCtl
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more