Class Summary |
Facsimile |
NOTE: Facsimile is used since the message will be copied into the other team
instead of just sharing like a Message. |
FaxPort |
|
FaxPortBackEnd |
|
FaxPortHandle |
|
Message |
|
MsgPort |
A MsgPort is a simple communication mechanism for threads within the same
team. |
SignalDispatcher |
A SignalDispatcher provides some basic infrastructure for dispatching
signals received by a SignalSet. |
SignalHandler |
A SignalHandler is a base class for handlers that will be called by a
SignalDispatcher. |
SignalSet |
A SignalSet is a JanosVM implementation of the Amiga's signal system. |
An inter-team communication facility modeled on the Amiga IPC
system.
This package provides an API for teams to safely share information
without leaking pointers or indefinetly delaying termination. The
semantics of the API are modeled on the IPC mechanism from the
Amiga OS.