Const
A Lock that never blocks: acquire always succeeds (returning the token 'noop') and release does nothing.
'noop'
Use to disable locking in single-node deployments or tests where mutual exclusion is unnecessary.
A Lock that never blocks: acquire always succeeds (returning the token
'noop') and release does nothing.