[][src]Trait eiz::rt_queue::PushWait

pub trait PushWait<T: Send> {
    fn push(&mut self, value: T);
}

The push operation.

Required methods

fn push(&mut self, value: T)

Inserts value into the container, waiting for available space if needed.

Loading content...

Implementors

Loading content...