https://github.com/thesyncim/spmc
lock free single producer multiple consumer
https://github.com/thesyncim/spmc
generics go golang lock-free spmc
Last synced: 2 months ago
JSON representation
lock free single producer multiple consumer
- Host: GitHub
- URL: https://github.com/thesyncim/spmc
- Owner: thesyncim
- Created: 2019-03-18T19:52:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T18:26:07.000Z (over 4 years ago)
- Last Synced: 2025-12-17T09:20:55.123Z (7 months ago)
- Topics: generics, go, golang, lock-free, spmc
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
SPMC
Generic lock free single producer multiple consumer (adapted from sync.Pool)