platform-bible-utils
    Preparing search index...

    Class MutexMap

    Map of Mutexes that automatically (lazily) generates a new Mutex for any new key

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Retrieves the Mutex associated with the given ID. If no Mutex exists for the provided ID, a new Mutex is created, stored, and returned.

      Parameters

      • mutexID: string

        Unique identifier for the desired Mutex

      Returns Mutex

      The Mutex associated with the provided ID