LockedQueue.tryPopBack

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

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

Meta