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. | |
typedef void(* | PSC_AsyncTaskJob) (PSC_AsyncTask *task) |
A function to run for completing an asynchronous task. | |
declarations for the PSC_ThreadPool and related classes
typedef void(* PSC_AsyncTaskJob) (PSC_AsyncTask *task) |
A function to run for completing an asynchronous task.
task | the task to complete |
typedef void(* PSC_ThreadProc) (void *arg) |
A function to run on a worker thread.
arg | the data to work on |