BlockingQueue.pop

Pop a single element from the queue

struct BlockingQueue(Type, ushort MaxItems)
@safe @nogc
Type
pop

Parameters

timeout Timeout

how long to wait if no items are immediately available.

Meta