proxy.golang.org : github.com/cch123/keyedexecutor
Package keyedexecutor provides a generic, key-based concurrent task execution framework. Tasks with the same key are executed sequentially, while tasks with different keys can execute concurrently. This version assigns a dedicated slot (queue + worker) per key, avoiding cross-key serialization caused by hashing.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/cch123/keyedexecutor
License: MIT
Latest release: 14 days ago
Namespace: github.com/cch123
Stars: 3 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/cch123
Last synced: 14 days ago