Package | Description |
---|---|
gololang.concurrent.workers |
Support for asynchronous, message-based processing of tasks.
|
Modifier and Type | Method and Description |
---|---|
Port |
Port.send(java.lang.Object message)
Sends a message to the target worker function.
|
Port |
WorkerEnvironment.spawn(FunctionReference func)
Spawns a worker function.
|
Port |
WorkerEnvironment.spawnWorker(WorkerFunction function)
Spawns a worker function.
|