proxy.golang.org : github.com/codesoap/lineworker
package lineworker provides a worker pool with a fixed amount of workers. It outputs work results in the order the work was given. The package is designed for serial data input and output; the functions Process and Next must never be called in parallel. Each worker caches at most one result, so that no new work is processed, if as many results are waiting to be consumed as there are workers.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/codesoap/lineworker
License: MIT
Latest release: 11 months ago
First release: 12 months ago
Namespace: github.com/codesoap
Last synced: 1 day ago