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