MPSolve 3.2.1
Loading...
Searching...
No Matches
mps_thread_pool_queue Struct Reference

A queue of work items that thread can consume. More...

#include <threading.h>

Public Attributes

mps_thread_pool_queue_itemfirst
 Pointer to the first item of the queue, or NULL if the queue is empty.
 
mps_thread_pool_queue_itemlast
 Pointer to the last item of the queue, or NULL if the queue is empty.
 

Detailed Description

A queue of work items that thread can consume.


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