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 void(* threadpool::thread_work_fn)(IN void *context) |
caller provides work for threads in this format
Definition at line 72 of file threadpool.h.