Classes | Namespaces | Typedefs

threadpool.h File Reference

#include "common/common.h"
#include "threadsafe/smart_ptr.h"
Include dependency graph for threadpool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  threadpool::Pool
 base threadpool object More...

Namespaces

namespace  threadpool

Typedefs

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