B2BITS FIX Antenna HFT
1.0.16
|
ThreadsPool listener interface. More...
#include <B2BITS_FixEngineThreadsPool.h>
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.