pub type BoundedFutureBus<T> = FutureBus<T, Sender<T>, Receiver<T>>;
Bounded FutureBus, created with bounded
FutureBus
bounded
pub struct BoundedFutureBus<T> { /* private fields */ }