|
B2BITS FIX Antenna HFT
1.0.17
|
ThreadsPool listener interface. More...
#include <B2BITS_FixEngineThreadsPool.h>
Inheritance diagram for Engine::ThreadsPoolListener:
Collaboration diagram for Engine::ThreadsPoolListener:Additional Inherited Members | |
Public Member Functions inherited from Utils::ThreadsPoolListener | |
| virtual void | onGoThroughThreads (ThreadAttrs &threadAttrs)=0 |
| This callback is called when one calls ThreadsPool::goThroughThreads(). More... | |
| virtual void | onNewThreadCreated (ThreadAttrs &threadAttrs)=0 |
| This callback is called when a new thread is created in the pool. More... | |
| virtual void | onThreadFinished (const ThreadAttrs &threadAttrs)=0 |
| This callback is called when the Runnable task of the thread from the pool is finished. More... | |
ThreadsPool listener interface.
1.8.5