B2BITS FIX Antenna C++  2.31.0
Public Member Functions | List of all members
Bats::ServiceListener::ReadingCtx Struct Referenceabstract

Passed when it is possible to utilize current thread and proceed reading multicast feed from other threads in pool. More...

#include <B2BITS_BatsUnitService.h>

Public Member Functions

virtual void proceedReading ()=0
 Reading of UDP multicast will be continued in other thread after this call. More...
 

Detailed Description

Passed when it is possible to utilize current thread and proceed reading multicast feed from other threads in pool.

Member Function Documentation

◆ proceedReading()

virtual void Bats::ServiceListener::ReadingCtx::proceedReading ( )
pure virtual

Reading of UDP multicast will be continued in other thread after this call.

Note
Sequence lock is released when this method returns