[][src]Trait eiz::rt_queue::PushNWait

pub trait PushNWait<T: Send + Clone> {
    fn pushn(&mut self, value: &[T]);
}

The pushn operation.

Required methods

fn pushn(&mut self, value: &[T])

Pushes multiple items from value into the container, waiting for available space if needed.

Loading content...

Implementors

Loading content...