LockedQueue.tryPopFront

Tries to pop an item from the front immediately.

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

Return Value

Type: bool

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

Meta