Blocks until it can add the element to the queue.
impl<T, H> Queue<T, H> where H: Allocator, { fn push_wait(&self, val: T) -> () }
The element to be added.