Map of Mutexes that automatically (lazily) generates a new Mutex for any new key
Retrieves the Mutex associated with the given ID. If no Mutex exists for the provided ID, a new Mutex is created, stored, and returned.
Unique identifier for the desired Mutex
The Mutex associated with the provided ID
Map of Mutexes that automatically (lazily) generates a new Mutex for any new key