LockingStateQueue.Lock

Represents a held lock. The lock is acquired automatically when a desired state is reached. To release the lock, call .release on the queue object.

struct LockingStateQueue(State, bool strictlyOrdered = false)
struct Lock {}

Meta