Skip to main content

BoundedFutureBus

Type Alias BoundedFutureBus 

Source
pub type BoundedFutureBus<T> = FutureBus<T, Sender<T>, Receiver<T>>;
Expand description

Bounded FutureBus, created with bounded

Aliased Typeยง

pub struct BoundedFutureBus<T> { /* private fields */ }