LockedQueue.tryPopFront

Tries to pop an item from the front immediately.

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

Return Value

Type: bool

true if an item was returned, false if the queue is empty.

Meta