Skip to content

Commit 4ef0081

Browse files
committed
docs: add feature list.
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent bb74ab9 commit 4ef0081

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,16 @@
44
[![codecov](https://codecov.io/gh/appleboy/queue/branch/master/graph/badge.svg?token=V8A1WA0P5E)](https://codecov.io/gh/appleboy/queue)
55

66
Queue is a Golang library for spawning and managing a Goroutine pool, Alloowing you to create multiple worker according to limit CPU number of machine.
7+
8+
## Features
9+
10+
* [x] Support [buffered channel](https://gobyexample.com/channel-buffering) queue.
11+
* [x] Support [NSQ](https://nsq.io/) (A realtime distributed messaging platform)
12+
13+
## Installation
14+
15+
```sh
16+
go get github.com/appleboy/queue
17+
```
18+
19+
## Usage

0 commit comments

Comments
 (0)