| Package | Description |
|---|---|
| gololang.concurrent.workers |
Support for asynchronous, message-based processing of tasks.
|
| Class and 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.
|
| WorkerFunction
A worker function for asynchronously processing messages.
|