lancaster-university / codal-core

MIT License
11 stars 28 forks source link

Enhanced FiberLock to include semaphore operations #149

Closed JohnVidler closed 2 years ago

JohnVidler commented 2 years ago

Adds a semaphore mode to the FiberLock, for limited multiple access as a prelude to power control.

This needs testing before we can merge it in, but it should have no effect on anything, as the default remains a mutex.