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

Strictly ordered FIFO resource for serialized task execution. More...

#include <trfifo.h>

Data Fields

ComplexTaskcur
 Currently running task.
 
TRFifoNode * head
 Head of wait queue.
 
TRFifoNode * tail
 Tail of wait queue.
 

Detailed Description

Strictly ordered FIFO resource for serialized task execution.

Definition at line 68 of file trfifo.h.


The documentation for this struct was generated from the following file: