[][src]Type Definition future_bus::BoundedFutureBus

type BoundedFutureBus<T> = FutureBus<T, Sender<T>, Receiver<T>>;

Bounded FutureBus, created with bounded