push a value into the queue.
Push a single value into the queue. Only one thread can simulteneously safely call this function.
value to push.
true if value was successfully pushed. False if the queue was full.
See Implementation
push a value into the queue.
Push a single value into the queue. Only one thread can simulteneously safely call this function.