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

pub struct SenderCtl { /* fields omitted */ }

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

Methods

impl SenderCtl
[src]

Call to track that a message has been sent

Trait Implementations

impl Clone for SenderCtl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for SenderCtl
[src]

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