Uses of Package
edu.vub.at.actors.eventloops

Packages that use edu.vub.at.actors.eventloops
edu.vub.at   
edu.vub.at.actors.eventloops   
edu.vub.at.actors.natives   
 

Classes in edu.vub.at.actors.eventloops used by edu.vub.at
Callable
          A generic interface representing a 'closure' that may return values and throw exceptions.
 

Classes in edu.vub.at.actors.eventloops used by edu.vub.at.actors.eventloops
Callable
          A generic interface representing a 'closure' that may return values and throw exceptions.
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.
Future
          A future is a placeholder for a 'return value' that is not yet computed.
 

Classes in edu.vub.at.actors.eventloops used by edu.vub.at.actors.natives
BlockingFuture
          A BlockingFuture represents a synchronous, blocking future used by the AT/2 implementation to synchronize between native threads.
Callable
          A generic interface representing a 'closure' that may return values and throw exceptions.
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.