AsyncQueue.pop

Pops data from the @queue. If @queue is empty, this function blocks until data becomes available.

Return: data from the queue

class AsyncQueue
void*
pop
()

Meta