AtomicQueue.pop

Get the head element of the queue.

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

class AtomicQueue
void*
pop
()

Meta