Blocks until there is an element in the queue.
impl<T, H> Queue<T, H> where H: Allocator, { fn pop_wait(&self) -> T }
Returns the removed element.