| Package | Description |
|---|---|
| gololang.concurrent.workers |
Support for asynchronous, message-based processing of tasks.
|
| Modifier and Type | Method and Description |
|---|---|
Port |
Port.send(Object message)
Sends a message to the target worker function.
|
Port |
WorkerEnvironment.spawn(MethodHandle handle)
Spawns a worker function.
|
Port |
WorkerEnvironment.spawnWorker(WorkerFunction function)
Spawns a worker function.
|
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.