mongodb-memory-server-core
    Preparing search index...

    Class LockFile

    Index

    Constructors

    Properties

    file?: string

    File locked by this instance

    uuid?: string

    UUID Unique to this lock instance

    events: LockFileEventsClass = ...

    Listen for events from this process

    files: Set<string> = ...

    All Files that are handled by this process

    mutex: Mutex = ...

    Mutex to stop same-process race conditions

    Methods