We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Semaphore Class needs to be implemented for macOS
I am currently using semaphores provided by the GCD API on macOS because it is the only close to having unnamed semaphores...
( named posix semaphores don't work ) ( semaphore.hh for semaphore class )
The text was updated successfully, but these errors were encountered:
Squashed '3rdparty/toluapp/' changes from 2e0e853..e0f18471
d54a5ae
e0f18471 Merge pull request #2 from brndnmtthws/fix-build-with-wall-werror 572e7f59 Enable -Wall -Werror on travis build. git-subtree-dir: 3rdparty/toluapp git-subtree-split: e0f18471d7eed84e2916713a86e0688fb95fa48f
I think we can close this now. Semaphore has been implemented.
(There is also an issue open for adding OSX Leopard support to the semaphore class but it doesn't matter. #45 )
Sorry, something went wrong.
npyl
No branches or pull requests
Semaphore Class needs to be implemented for macOS
I am currently using semaphores provided by the GCD API on macOS because it is the only close to having unnamed semaphores...
( named posix semaphores don't work )
( semaphore.hh for semaphore class )
The text was updated successfully, but these errors were encountered: