Closed npyl closed 5 years ago
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 )
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 )
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 )