Struct mio_more::channel::ReceiverCtl [] [src]

pub struct ReceiverCtl { /* fields omitted */ }

Tracks messages received on a channel in order to track readiness.

Methods

impl ReceiverCtl
[src]

Trait Implementations

impl Evented for ReceiverCtl
[src]

Register self with the given Poll instance. Read more

Re-register self with the given Poll instance. Read more

Deregister self from the given Poll instance Read more