Skip to content

Commit

Permalink
docs: switch to circular buffer queues in README
Browse files Browse the repository at this point in the history
- Change from buffered channel queues to circular buffer queues in the README.

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Jan 29, 2025
1 parent 76cd814 commit 94d1fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Queue is a Golang library for spawning and managing a Goroutine pool, allowing y

## Features

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

0 comments on commit 94d1fc8

Please sign in to comment.