Pop a value from the queue
Pop one value from the queue, if one is available. Only one thread can simulteneously safely call this function.
out parameter where to store the result.
true if a value was, indeed, popped from the queue. False if the queue was empty.
See Implementation
Pop a value from the queue
Pop one value from the queue, if one is available. Only one thread can simulteneously safely call this function.