Ecosyste.ms: Packages

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

Top 9.0% on proxy.golang.org

proxy.golang.org : go.sohi.link/partqueue

Package partqueue provides a type of queue to process partitioned items. Producers can put items into the queue along with a partition key and a set of consumers can process them in-order per partition. Consumers signal when they are done with an item, thereby dequeuing another item from the same partition. This allows only one consumer to process an item per partition at a time. Items that have a different partition key are however consumed in-parallel.

Registry - Source - Documentation - JSON
purl: pkg:golang/go.sohi.link/partqueue
Keywords: golang, queue
License: GPL-3.0
Latest release: almost 3 years ago
First release: over 3 years ago
Namespace: go.sohi.link
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 19 days ago

    Loading...
    Readme
    Loading...