fprime icon indicating copy to clipboard operation
fprime copied to clipboard

Add Condition Variables to OS Layer

Open kubiak-jpl opened this issue 1 year ago • 0 comments

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

kubiak-jpl avatar Jan 25 '24 20:01 kubiak-jpl