https://github.com/gammazero/channelqueue
queue that can be used like buffered channel with any capacity
https://github.com/gammazero/channelqueue
buffered channel deque queue ring ring-buffer synchronized
Last synced: 4 months ago
JSON representation
queue that can be used like buffered channel with any capacity
- Host: GitHub
- URL: https://github.com/gammazero/channelqueue
- Owner: gammazero
- License: mit
- Archived: true
- Created: 2020-02-04T19:45:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T13:42:43.000Z (8 months ago)
- Last Synced: 2025-02-19T09:43:26.940Z (5 months ago)
- Topics: buffered, channel, deque, queue, ring, ring-buffer, synchronized
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# channelqueue
>Concurrently access a dynamic queue using channels.**[DEPRECATED]**
This repository has been replaced by [chanqueue](https://github.com/gammazero/chanqueue), where the `channelqueue` package is renamed to `chanqueue`