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
Hi, I was trying out your library but as mentioned it does not support semaphores.
Do you think this would be hard to do ? Otherwise I might consider adding it.. Did not have a look at the source code though.
The text was updated successfully, but these errors were encountered:
I think it would be relatively easy to treat semaphores similar to how I treat mutexes currently. The main difference is that semaphores can be released from threads other than the thread that acquired them, without causing undefined behavior. Otherwise, they are just the same as recursive mutexes.
Hi, I was trying out your library but as mentioned it does not support semaphores.
Do you think this would be hard to do ? Otherwise I might consider adding it.. Did not have a look at the source code though.
The text was updated successfully, but these errors were encountered: