fprime
fprime copied to clipboard
Add Condition Variables to OS Layer
F´ Version | N/A |
Affected Component | Os |
Feature Description
Add a condition variable class to the Os layer, analogus to the current Os::Mutex class.
Rationale
Condition variables are a necessary for certain types of multi-threaded workloads and do not have a generic implementation in the F Prime Os layer