| Package | Description |
|---|---|
| gololang.concurrent.workers |
Support for asynchronous, message-based processing of tasks.
|
| Modifier and Type | Method and Description |
|---|---|
Port |
WorkerEnvironment.spawnWorker(WorkerFunction function)
Spawns a worker function.
|
| Constructor and Description |
|---|
Port(java.util.concurrent.ExecutorService executor,
WorkerFunction function)
Port constructor.
|