BlockingQueue.pop

Pops a single item off the front of the queue. Throws an exception if the

class BlockingQueue(T)
T
pop
(
bool block = true
)

Meta