Struct mio_extras::channel::Receiver [−][src]
pub struct Receiver<T> { /* fields omitted */ }
The receiving half of a channel.
Implementations
impl<T> Receiver<T>
[src]
impl<T> Receiver<T>
[src]pub fn try_recv(&self) -> Result<T, TryRecvError>
[src]
Attempts to return a pending value on this receiver without blocking.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Receiver<T>
impl<T> Send for Receiver<T> where
T: Send,
T: Send,