[][src]Type Definition future_bus::UnboundedFutureBus

type UnboundedFutureBus<T> = FutureBus<T, UnboundedSender<T>, UnboundedReceiver<T>>;

Unbounded FutureBus, created with unbounded