Members
Methods
acquire(identifier) → {Promise}
    Acquires the mutex, as soon as possible.
    Parameters:
| Name | Type | Description | 
|---|---|---|
identifier | 
            
            string | 
- Source:
 
Returns:
- Type
 - Promise
 
releaseAll()
    Completely releases the mutex. Meant for use by the tests.
- Source: