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

An item that can be inserted and/or extracted from a mps_thread_pool_queue. More...

#include <threading.h>

Public Attributes

mps_thread_work work
 The actual job that should be performed.
 
void * args
 The args that shall be passed to the work function.
 
mps_thread_pool_queue_itemnext
 The next item in the queue.
 

Detailed Description

An item that can be inserted and/or extracted from a mps_thread_pool_queue.


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