Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_task_id_t Struct Reference

Task ID structure. More...

#include <task.h>

Collaboration diagram for reduct_task_id_t:

Data Fields

uint16_t index
 The index within the queue.
 
uint16_t generation
 Incrementally increasing counter to avoid ABA problems when reusing task slots in the queue.
 

Detailed Description

Task ID structure.

Definition at line 31 of file task.h.

Field Documentation

◆ index

uint16_t reduct_task_id_t::index

The index within the queue.

Definition at line 33 of file task.h.

◆ generation

uint16_t reduct_task_id_t::generation

Incrementally increasing counter to avoid ABA problems when reusing task slots in the queue.

Definition at line 35 of file task.h.


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