An open API service indexing awesome lists of open source software.

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

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`