|
CX Framework
Cross-platform C utility framework
|
Macros | |
| #define | trlifoCreate() TRLifo_create() |
TRLifo provides strictly ordered LIFO (Last In, First Out) serialization of task execution. Tasks are guaranteed to run in reverse order of registration, with the most recent task running first (stack ordering).
Characteristics:
When to use:
Example use case: Resource cleanup where most recent allocations should be freed first.
Strictly ordered LIFO resource for stack-like task execution.
| #define trlifoCreate | ( | ) | TRLifo_create() |