An async Mutex lock
Consumers can aquire locks, and can await the lock to be notified when it is released.
await
Request the lock
A promise that will not resolve until a single requestor has been granted the lock.
...just pretend I didn't misspell acquire
Generated using TypeDoc
An async Mutex lock
Consumers can aquire locks, and can
awaitthe lock to be notified when it is released.