Skip navigation links

Package gololang.concurrent.workers

Support for asynchronous, message-based processing of tasks.

See: Description

Package gololang.concurrent.workers Description

Support for asynchronous, message-based processing of tasks.

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.

Skip navigation links