|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventLoop | |
edu.vub.at.actors.eventloops | |
edu.vub.at.actors.natives |
Uses of EventLoop in edu.vub.at.actors.eventloops |
Methods in edu.vub.at.actors.eventloops that return EventLoop | |
static EventLoop |
EventLoop.toEventLoop(java.lang.Thread t)
|
static EventLoop |
EventLoop.currentEventLoop()
Allows access to the currently running event loop. |
protected EventLoop |
EventLoop.owner()
|
protected EventLoop |
EventLoop.EventProcessor.serving()
|
Uses of EventLoop in edu.vub.at.actors.natives |
Subclasses of EventLoop in edu.vub.at.actors.natives | |
class |
ELActor
An instance of the class ELActor represents a programmer-defined AmbientTalk/2 actor. |
class |
ELDiscoveryActor
Every VM has an associated Discovery Actor. |
class |
ELFarReference
An instance of the class ELFarReference represents the event loop processor for a remote far reference. |
class |
ELVirtualMachine
A ELVirtualMachine represents a virtual machine which hosts several actors. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |