picos icon indicating copy to clipboard operation
picos copied to clipboard

Add `Stdlib` style `Semaphore` module to `Picos_sync`

Open polytypic opened this issue 1 year ago • 0 comments

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

polytypic avatar Jul 02 '24 13:07 polytypic