DirtyHairy / async-mutex

A mutex for synchronizing async workflows in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java ReentrantLock implementation (Suggestion)

hdkrus opened this issue · comments

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