MPSolve 3.2.1
|
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_item * | next |
The next item in the queue. | |
An item that can be inserted and/or extracted from a mps_thread_pool_queue.