CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches

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.