Shadow Network Framework  0.0.1-alpha
C Server Library for Shadow Network Framework
Loading...
Searching...
No Matches
SNF_ThreadPool_worker_t Struct Reference

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_workernext
 Pointer to workers' Linked list.
 

Detailed Description

Defines the 'worker'that would handle a certain 'work'.

Field Documentation

◆ worker

pthread_t* SNF_ThreadPool_worker_t::worker

The worker's thread id.

◆ next

SNF_thpool_worker* SNF_ThreadPool_worker_t::next

Pointer to workers' Linked list.


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