Events


Detailed Description

Events provide notification of events outside the PPI framework: I/O activity, Timers etc. Events are very important since they drive the PPI: Without events, nothing will happen.

Implementing Events

All events are derived from EventImplementation which is based on EventDescriptor.
See also:
EventImplementation
Events

Classes

class   senf::ppi::IdleEvent
  Continually signaled event. More...
class   senf::ppi::IntervalTimer
  High precision regularly signaled event. More...
class   senf::ppi::IOEvent
  FileHandle based I/O read/write event. More...