pub type Receiver<T> = Receiver<T>;Expand description
Flume unbounded receiver. Actors receive actions via Receiver<Action<Self>>.
Use recv() for blocking or recv_async() for async.
Aliased Typeยง
pub struct Receiver<T> { /* private fields */ }