[−][src]Function mio_extras::channel::channel
pub fn channel<T>() -> (Sender<T>, Receiver<T>)
Creates a new asynchronous channel, where the Receiver
can be registered
with Poll
.
pub fn channel<T>() -> (Sender<T>, Receiver<T>)
Creates a new asynchronous channel, where the Receiver
can be registered
with Poll
.