LockedQueue.tryPopBack

Tries to pop an item from the back immediately.

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

Return Value

Type: bool

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

Meta