You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queue is a Golang library for spawning and managing a Goroutine pool, allowing you to create multiple workers according to the limited CPU number of machines.
8
8
9
9
## Features
10
10
11
-
*[x] Support [buffered channel](https://gobyexample.com/channel-buffering) queue.
12
-
*[x] Support [NSQ](https://nsq.io/) (A realtime distributed messaging platform) as backend.
13
-
*[x] Support [NATS](https://nats.io/) (Connective Technology for Adaptive Edge & Distributed Systems) as backend.
14
-
*[x] Support [Redis Pub/Sub](https://redis.io/docs/manual/pubsub/) as backend.
15
-
*[x] Support [Redis Streams](https://redis.io/docs/manual/data-types/streams/) as backend.
16
-
*[x] Support [RabbitMQ](https://www.rabbitmq.com/) as backend.
11
+
-[x] Support [buffered channel](https://gobyexample.com/channel-buffering) queue.
12
+
-[x] Support [NSQ](https://nsq.io/) (A realtime distributed messaging platform) as backend.
13
+
-[x] Support [NATS](https://nats.io/) (Connective Technology for Adaptive Edge & Distributed Systems) as backend.
14
+
-[x] Support [Redis Pub/Sub](https://redis.io/docs/manual/pubsub/) as backend.
15
+
-[x] Support [Redis Streams](https://redis.io/docs/manual/data-types/streams/) as backend.
16
+
-[x] Support [RabbitMQ](https://www.rabbitmq.com/) as backend.
0 commit comments