LockedQueue.tryPopBack

Tries to pop an item from the back immediately.

class LockedQueue(T)
bool
tryPopBack
(
out T result
)

Return Value

Type: bool

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

Meta