LockedQueue.popFront

Pop an item from the front, block if queue is empty.

struct LockedQueue(T)
public nothrow @nogc
T
popFront
()

Meta