Struct loom::sync::mpsc::Receiver [−][src]
pub struct Receiver<T> { /* fields omitted */ }Expand description
Mock implementation of std::sync::mpsc::Receiver.
Implementations
Attempts to wait for a value on this receiver, returning an error if the corresponding channel has hung up.
Attempts to wait for a value on this receiver, returning an error if the
corresponding channel has hung up, or if it waits more than timeout.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Receiver<T>
impl<T> !UnwindSafe for Receiver<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more