A resource locker making use of the async-lock library.
async-lock
Acquires a new lock for the requested identifier. Will resolve when the lock is available.
Identifier of resource that needs to be locked.
The Lock when it's available. Its release function needs to be called when finished.
A resource locker making use of the
async-lock
library.