1#ifndef Cpl_Itc_MailboxServer_h_
2#define Cpl_Itc_MailboxServer_h_
#define OPTION_CPL_SYSTEM_EVENT_LOOP_TIMEOUT_PERIOD
Specifies the default timeout period for waiting on a event.
Definition EventLoop.h:26
This mailbox class implements an Inter Thread Communications message queue.
Definition Mailbox.h:34
This class collects the common functions of a generic server providing a mailbox and Event loop.
Definition MailboxServer.h:39
MailboxServer(unsigned long timingTickInMsec=OPTION_CPL_SYSTEM_EVENT_LOOP_TIMEOUT_PERIOD, Cpl::System::SharedEventHandlerApi *eventHandler=0) noexcept
Constructor.
void appRun()
See Cpl::System::Runnable.
This concrete class is a Runnable object that provides a event driven execution model for a thread.
Definition EventLoop.h:52
This abstract class defines the interface for a Shared Event Handler.
Definition SharedEventHandler.h:30
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20