sem_safe 0.2.1

Safe usage of POSIX Semaphores (`sem_post`, `sem_wait`, etc).
Documentation
1
2
3
4
//! Plaster-over the lack of the unnamed semaphores on some OSs (i.e. macOS), by providing uniform
//! "non-named" semaphore abstractions across all OSs.

pub mod non_named;