Classes | Typedefs

threadpool Namespace Reference
[Thread Pool API]

Classes

class  Pool
 base threadpool object More...

Typedefs

typedef void(* thread_work_fn )(IN void *context)
 caller provides work for threads in this format

Typedef Documentation

typedef void(* threadpool::thread_work_fn)(IN void *context)

caller provides work for threads in this format

Definition at line 72 of file threadpool.h.