B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members
Engine::ThreadsPoolListener Struct Reference

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...
 

Detailed Description

ThreadsPool listener interface.