picos
picos copied to clipboard
Add `Stdlib` style `Semaphore` module to `Picos_sync`
This PR adds a Stdlib style Semaphore module to the Picos_sync library. The implementation is not optimized for cancelation, but should otherwise perform Ok.
TODO:
- [ ] Some more tests