proxy.golang.org : github.com/karrick/gocjq
It is often convenient to partition a job into multiple steps, and have them run concurrently, like a car factory might have different stages in a manufactoring facility. It is also convenient to specify how many workers are desired at each stage of the process. For one stage you may need 5 workers, but for another stage you may want between 25 and 50. This library, go concurent job queues, gocjq, makes setting up these sort of examples quite easy. Create a structure to hold your job's information, give your structure methods to be invoked for each stage, then create a JobQueue that invokes your methods in the proper order.
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/karrick/gocjq
License: MIT
Latest release: over 7 years ago
First release: over 7 years ago
Namespace: github.com/karrick
Stars: 3 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 16 days ago