You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to submit a PR for this but I don't really have time anymore.
It would be nice if the pthread_rwlock functions were implemented in library_pthread_stub.js (like mutexes are) so that code that uses rw locks can be used in a single-threaded context.
The text was updated successfully, but these errors were encountered:
I wanted to submit a PR for this but I don't really have time anymore.
It would be nice if the
pthread_rwlock
functions were implemented inlibrary_pthread_stub.js
(like mutexes are) so that code that uses rw locks can be used in a single-threaded context.The text was updated successfully, but these errors were encountered: