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
We now use futex() to handle most concurrency primitives. Because of this we can get rid of the outdated implementations for mutex() and cvs that RawPOSIX inherited from RustPOSIX.
For now we want to leave semaphores as they are because of their interaction with shared memory, but we'll have to tackle that in the near future.
The text was updated successfully, but these errors were encountered:
We now use futex() to handle most concurrency primitives. Because of this we can get rid of the outdated implementations for mutex() and cvs that RawPOSIX inherited from RustPOSIX.
For now we want to leave semaphores as they are because of their interaction with shared memory, but we'll have to tackle that in the near future.
The text was updated successfully, but these errors were encountered: