AsyncQueue.popUnlocked

Pops data from the queue. This function blocks until data become available. This function must be called while holding the queue's lock.

class AsyncQueue
void*
popUnlocked
()

Return Value

Type: void*

data from the queue.

Meta