|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Event | The event interface. |
| ProcEvent | The proc event interface. |
| Class Summary | |
|---|---|
| ActionPointEvent | Event to be exectued after a task stops due to one or more action points being hit. |
| EventLoop | Implements an event loop. |
| Request | Framework for implementing remote-procedure-call requests executed by the event-loop thread. |
| RequestStopEvent | |
| SignalEvent | An event due to a signal. |
| TimerEvent | A timer event. |
Description of the FRYSK Event Loop.
frysk.sys, provide a
set of event driven interface to the linux kernel. The event-loop
directly handles the following events:
Each is discussed below.
TimerEvent for more information.
SignalEvent for more information.
PollEvent for more information.
frysk.sys.Wait.waitNoHang to the frysk.sys.Sig#CHLD signal using a SignalEvent,
wait events can be processed by the event-loop.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||