We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cd814 commit 94d1fc8Copy full SHA for 94d1fc8
README.md
@@ -8,7 +8,7 @@ Queue is a Golang library for spawning and managing a Goroutine pool, allowing y
8
9
## Features
10
11
-- [x] Supports [buffered channel](https://gobyexample.com/channel-buffering) queues.
+- [x] Supports [Circular buffer](https://en.wikipedia.org/wiki/Circular_buffer) queues.
12
- [x] Supports [NSQ](https://nsq.io/) (a real-time distributed messaging platform) as a backend.
13
- [x] Supports [NATS](https://nats.io/) (connective technology for adaptive edge and distributed systems) as a backend.
14
- [x] Supports [Redis Pub/Sub](https://redis.io/docs/manual/pubsub/) as a backend.
0 commit comments