|
CX Framework
Cross-platform C utility framework
|
TRFifo provides strictly ordered FIFO (First In, First Out) serialization of task execution. Tasks are guaranteed to run in exactly the order they registered with the resource.
Characteristics:
When to use:
Example use case: Serializing writes to a file or database where order matters.