46 ONIXS_ICEBOE_FORCEINLINE
60 ONIXS_ICEBOE_FORCEINLINE
63 return isQuiescentImpl();
80 void dispatchEventsImpl();
82 bool isQuiescentImpl()
const;
#define ONIXS_ICEBOE_NAMESPACE_BEGIN
#define ONIXS_ICEBOE_NAMESPACE_END
#define ONIXS_ICEBOE_EXPORTED
Session's network stack reactor interface.
A high-level wrapper over the TCP standard stack.
ONIXS_ICEBOE_FORCEINLINE void dispatchEvents() override
Processes events on a stack and performs the necessary handling.
ONIXS_ICEBOE_FORCEINLINE bool isQuiescent() const override
TcpStandardStack()
Allocates a TCP stack.
Threading::ThreadId workingThreadId() const noexcept override
ReactorType::Enum type() const noexcept override
~TcpStandardStack() override
pthread_t ThreadId
Type alias for thread identifier.
@ TcpStandard
Standard TCP reactor.