poser
A C framework for POsix SERvices
|
declarations for the PSC_ThreadPool and related classes More...
#include <poser/decl.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | PSC_ThreadProc) (void *arg) |
A function to run on a worker thread. | |
declarations for the PSC_ThreadPool and related classes
typedef void(* PSC_ThreadProc) (void *arg) |
A function to run on a worker thread.
arg | the data to work on |