AtomicQueue.pop

Get the head element of the queue.

class AtomicQueue
void*
pop
()

Return Value

Type: void*

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

Meta