AtomicQueue.peek

Peek the head element of the queue without removing it from the queue.

Return: the head element of @queue or %NULL when the queue is empty.

class AtomicQueue
void*
peek
()

Meta