Shadow Network Framework
0.0.1-alpha
C Server Library for Shadow Network Framework
|
Defines the 'worker'that would handle a certain 'work'. More...
#include <SNF/thpool.h>
Data Fields | |
pthread_t * | worker |
The worker's thread id. | |
SNF_thpool_worker * | next |
Pointer to workers' Linked list. | |
Defines the 'worker'that would handle a certain 'work'.
pthread_t* SNF_ThreadPool_worker_t::worker |
The worker's thread id.
SNF_thpool_worker* SNF_ThreadPool_worker_t::next |
Pointer to workers' Linked list.