Conky-for-macOS / conky-for-macOS

macOS port of the Light-weight system monitor for X.
https://github.com/Conky-for-macOS/conky-for-macOS/wiki
GNU General Public License v3.0
157 stars 9 forks source link

Semaphore Class #2

Closed npyl closed 5 years ago

npyl commented 7 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 )

npyl commented 5 years ago

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 )