pub type Receiver<T> = Fuse<Receiver<T>>;Expand description
oneshot::Receiver that works properly with futures::select!
Aliased Typeยง
pub struct Receiver<T> { /* private fields */ }pub type Receiver<T> = Fuse<Receiver<T>>;oneshot::Receiver that works properly with futures::select!
pub struct Receiver<T> { /* private fields */ }