|
blocxx
|
Public Member Functions | |
| virtual bool | addWork (const RunnableRef &work, const Timeout &timeout)=0 |
| virtual void | shutdown (ThreadPool::EShutdownQueueFlag finishWorkInQueue, const Timeout &shutdownTimeout, const Timeout &definitiveCancelTimeout)=0 |
| virtual void | waitForEmptyQueue ()=0 |
| virtual | ~ThreadPoolImpl () |
Additional Inherited Members | |
Protected Member Functions inherited from BLOCXX_NAMESPACE::IntrusiveCountableBase | |
| IntrusiveCountableBase () | |
| IntrusiveCountableBase (const IntrusiveCountableBase &) | |
| IntrusiveCountableBase & | operator= (const IntrusiveCountableBase &) |
| virtual | ~IntrusiveCountableBase () |
Definition at line 72 of file ThreadPool.cpp.
|
inlinevirtual |
Definition at line 79 of file ThreadPool.cpp.
|
pure virtual |
|
pure virtual |