Thread pool container. More...
#include <thread_pool.h>

| Data Fields | |
| size_t | limit | 
| Maximum number of threads. | |
| int | nextId | 
| Id of the next thread. | |
| struct RazorbackContext * | context | 
| Context to spawn threads in. | |
| void(* | mainFunction )(struct Thread *) | 
| Main function for spawned threads. | |
| const char * | namePattern | 
| Name pattern for threads. | |
| struct List * | list | 
| Worker list. | |
Thread pool container.
 1.6.3
 1.6.3