See: Description
| Interface | Description |
|---|---|
| WorkerFunction |
A worker function for asynchronously processing messages.
|
| Class | Description |
|---|---|
| Port |
A port is the communication endpoint to a worker function.
|
| WorkerEnvironment |
A worker environment is an abstraction over a set of spawned functions that can asynchronously process messages
sent through ports.
|
| WorkerEnvironment.Builder |
Worker environment builder objects exist mostly to provide a good-looking API in Golo.
|
Worker environments abstract from the need to deal with threads and message queues. Worker functions are spawned, returning ports that can be used to dispatch messages.