|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Callable | |
edu.vub.at | |
edu.vub.at.actors.eventloops | |
edu.vub.at.actors.natives |
Uses of Callable in edu.vub.at |
Classes in edu.vub.at that implement Callable | |
static class |
AmbientTalkTest.Actorscript
|
Uses of Callable in edu.vub.at.actors.eventloops |
Methods in edu.vub.at.actors.eventloops with parameters of type Callable | |
protected java.lang.Object |
EventLoop.receiveAndWait(java.lang.String description,
Callable callable)
Schedules an event in this event loop's queue which will execute the provided callable object at a later point in time. |
Uses of Callable in edu.vub.at.actors.natives |
Methods in edu.vub.at.actors.natives with parameters of type Callable | |
java.lang.Object |
ELActor.sync_event_symbioticInvocation(Callable invocation)
This method is invoked by a coercer in order to schedule a symbiotic invocation from the Java world, which should be synchronous to the Java thread, but which must be scheduled asynchronously to comply with the AT/2 actor model. |
java.lang.Object |
ELActor.sync_event_performTest(Callable c)
This method should only be used for purposes of unit testing. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |