#include "common/common.h"
#include "threadsafe/smart_ptr.h"
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 )(IN void *context) |
caller provides work for threads in this format |