AsyncQueue.pop

void * pop() nothrow

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

Returns

data from the queue