RTCForge API Reference v1.1.1
    Preparing search index...

    Variable noopLockConst

    noopLock: Lock = ...

    A Lock that never blocks: acquire always succeeds (returning the token 'noop') and release does nothing.

    Use to disable locking in single-node deployments or tests where mutual exclusion is unnecessary.