An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/ifnotnil/wpool

Package wpool implements a bounded worker pool for safe, concurrent processing. The wpool module provides a concurrent processing system that wraps a channel and spawns a fixed number of workers to process items. It features: Use wpool when you need multiple senders with graceful shutdown capabilities and want to cap worker concurrency over channel receiving, especially for tasks that are not small/short-lived or when facing sudden bursts of submissions. Example usage:

Ecosystem
proxy.golang.org
Latest Release
v1.1.0
9 months ago
Versions
2
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/ifnotnil/wpool
spec
License MIT
Namespace github.com/ifnotnil
First Release about 1 year ago
Last Synced 8 days ago
Repository
Stars 0 on GitHub
Forks 1 on GitHub
Rankings on proxy.golang.org
Overall Top 6.0%