Skip to content

Commit 94d1fc8

Browse files
committed
docs: switch to circular buffer queues in README
- Change from buffered channel queues to circular buffer queues in the README. Signed-off-by: appleboy <[email protected]>
1 parent 76cd814 commit 94d1fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Queue is a Golang library for spawning and managing a Goroutine pool, allowing y
88

99
## Features
1010

11-
- [x] Supports [buffered channel](https://gobyexample.com/channel-buffering) queues.
11+
- [x] Supports [Circular buffer](https://en.wikipedia.org/wiki/Circular_buffer) queues.
1212
- [x] Supports [NSQ](https://nsq.io/) (a real-time distributed messaging platform) as a backend.
1313
- [x] Supports [NATS](https://nats.io/) (connective technology for adaptive edge and distributed systems) as a backend.
1414
- [x] Supports [Redis Pub/Sub](https://redis.io/docs/manual/pubsub/) as a backend.

0 commit comments

Comments
 (0)