|
Class Summary |
| BlockingFuture |
A BlockingFuture represents a synchronous, blocking future used by the AT/2 implementation
to synchronize between native threads.
|
| Event |
An Event object is the main communication channel between different event loops.
|
| EventLoop |
The EventLoop is the basic concurrency primitive for the AmbientTalk/2 implementation.
|
| EventQueue |
A simple synchronized blocking FIFO queue implementation.
|
| FutureEvent |
A Future Event has an associated Future object to which the event
will pass the return value or exception of a certain computation to be
specified by a subclass. |