Class | Description |
---|---|
RendezvousDirector |
This director executes actors in their own threads
and provides a receiver that implements rendezvous communication.
|
RendezvousReceiver |
Receiver for rendezvous style communication.
|
In the rendezvous domain, the director creates a thread for executing each actor under its control. Actors communicate by rendezvous.