AsyncQueue.pop
void * pop() nothrowPops data from the queue. If queue is empty, this function blocks until data becomes available.
Returns
data from the queue
void * pop() nothrowPops data from the queue. If queue is empty, this function blocks until data becomes available.