Open electretmike opened 1 year ago
I would like to keep this out of the core part of the library since it doesn't directly interface with an existing FreeRTOS interface, but I'm open to adding it to the repo in a higher layer. Having a section of the library that implements some of these higher level C++ patterns/concepts would be very useful.
It would be nice if there were RAII wrappers for mutex and ciritical section. Using them could look like:
Same for a mutex:
Would something like that be in scope for this library?