base threadpool object More...
#include <threadpool.h>
Public Member Functions | |
virtual | ~Pool (void) throw () |
virtual bool | addRequest (IN thread_work_fn fn, IN void *context)=0 |
Static Public Member Functions | |
static smart_ptr< Pool > | create (IN const Datahash *params) |
base threadpool object
Definition at line 77 of file threadpool.h.
threadpool::Pool::~Pool | ( | void | ) | throw () [virtual] |
Definition at line 45 of file threadpool.cpp.