rwlock icon indicating copy to clipboard operation
rwlock copied to clipboard

Asynchronous read / write lock implementation for Node.js

Results 2 rwlock issues
Sort by recently updated
recently updated
newest added

My mind has gone in a downward spiral.... How would I use readlock yet still return value as result of read using async/await?

Looks like a memory leak? It's only happened once so I'm not 100% sure it's rwlock that's actually leaking, but it would make sense that it is - I'm creating...