Struct burst_pool::Receiver [] [src]

pub struct Receiver<T> { /* fields omitted */ }

Methods

impl<T> Receiver<T>
[src]

[src]

Blocks until (1) a message is sent to this Receiver, and (2) wake_all() is called on the associated Sender.

Trait Implementations

impl<T: Send> Send for Receiver<T>
[src]