jhawthorn / vernier

📏 next generation CRuby profiler
https://vernier.prof/
MIT License
806 stars 17 forks source link

Use alternative semaphore on macos #2

Closed jhawthorn closed 1 year ago

jhawthorn commented 1 year ago

macos is warning that sem_init is deprecated 🙄. It might be worth trying an alternative (which is still valid to use in a async-signal-safe context) dispatch_semaphore_t maybe?