@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias Lock

    Lock returned by AsyncLock.acquire.

    type Lock = {
        release: () => void;
    }
    Index

    Properties

    Properties

    release: () => void

    Release the lock. Can be called at most once per lock.