LockedQueue.tryPopFront

Tries to pop an item from the front immediately. Returns: true if an item was returned, false if the queue is empty.

struct LockedQueue(T)
nothrow @nogc
bool
tryPopFront
(
out T result
)

Meta