null when the queue is empty.
AtomicQueue.peek
void * peek() nothrowPeek the head element of the queue without removing it from the queue.
Returns
the head element of queue or
void * peek() nothrowPeek the head element of the queue without removing it from the queue.
null when the queue is empty.