[][src]Function future_bus::bounded

pub fn bounded<T: Send + Clone + 'static>(
    buffer: usize
) -> FutureBus<T, Sender<T>, Receiver<T>>

Create a new bus using bounded channels