DirtyHairy / async-mutex

A mutex for synchronizing async workflows in Javascript
MIT License
1.14k stars 63 forks source link

Java ReentrantLock implementation (Suggestion) #70

Open hdkrus opened 1 year ago

hdkrus commented 1 year ago

Wondering if you'd consider implementing Java ReentrantLocks equivalent, it would be a nice addition, specially the Condition feature.