Public Member Functions | Static Public Member Functions

threadpool::Pool Class Reference
[Thread Pool API]

base threadpool object More...

#include <threadpool.h>

Inheritance diagram for threadpool::Pool:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~Pool (void) throw ()
virtual bool addRequest (thread_work_fn fn, void *context)=0

Static Public Member Functions

static smart_ptr< Poolcreate (const Datahash *params)

Detailed Description

base threadpool object

Definition at line 77 of file threadpool.h.


Constructor & Destructor Documentation

threadpool::Pool::~Pool ( void   )  throw () [virtual]

Definition at line 45 of file threadpool.cpp.


The documentation for this class was generated from the following files: