https://github.com/g41797/kissngoqueue
Go idiomatic synchronization queue based on 'Rethinking Classical Concurrency Patterns'
https://github.com/g41797/kissngoqueue
asynchronous go goroutines-channels idiomatic kiss-principle n2one share-by-communicating synchronization-queue
Last synced: 24 days ago
JSON representation
Go idiomatic synchronization queue based on 'Rethinking Classical Concurrency Patterns'
- Host: GitHub
- URL: https://github.com/g41797/kissngoqueue
- Owner: g41797
- License: mit
- Created: 2023-05-14T07:24:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T11:29:47.000Z (over 2 years ago)
- Last Synced: 2026-02-12T04:46:07.560Z (4 months ago)
- Topics: asynchronous, go, goroutines-channels, idiomatic, kiss-principle, n2one, share-by-communicating, synchronization-queue
- Language: Go
- Homepage: https://pkg.go.dev/github.com/g41797/kissngoqueue
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go idiomatic synchronization queue based on 'Rethinking Classical Concurrency Patterns'