Thread pool
Data Fields
queue Struct Reference
Standard FIFO queue.
More...
#include <
threadpool.h
>
Collaboration diagram for queue:
[
legend
]
Data Fields
node_t
*
first
pointer to the first element;
node_t
*
last
pointer to the last element;
size_t
size
size of the queue;
Detailed Description
Standard FIFO queue.
The documentation for this struct was generated from the following file:
threadpool.h
Generated on Thu Feb 13 2020 11:44:42 for Thread pool by
1.8.17