|
MPSolve 3.2.2
|
A queue of work items that thread can consume. More...
#include <threading.h>
Public Attributes | |
| mps_thread_pool_queue_item * | first |
| Pointer to the first item of the queue, or NULL if the queue is empty. | |
| mps_thread_pool_queue_item * | last |
| Pointer to the last item of the queue, or NULL if the queue is empty. | |
A queue of work items that thread can consume.