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