ide / await-lock

Mutex locks for async functions
MIT License
89 stars 12 forks source link

release all? #25

Closed cjahv closed 2 years ago

cjahv commented 2 years ago

how to release all?

ide commented 2 years ago

The lock is a mutex. There can be only one holder of the lock.