TS-Scribe - v0.6.2
    Preparing search index...

    Class SemaphoreLock

    A lock returned by Semaphore.acquire. Call SemaphoreLock.release to free the slot and allow the next waiting operation to proceed.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Releases the lock and allows the next waiting operation to proceed. Subsequent calls are no-ops; the lock can only be released once.

      Returns void