We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2b3d7 commit 1af3255Copy full SHA for 1af3255
.jshintrc
README.md
@@ -1,25 +1,3 @@
1
# then-queue
2
3
- a simple asynchronous queue
4
-
5
-## Installation
6
7
- npm install then-queue
8
9
-## API
10
-### Queue()
11
12
- A fresh queue!
13
14
-### queue.push(item)
15
16
- Push an item onto the queue
17
18
-### queue.pop() -> Promise Item
19
20
- Pop an item from the queue
21
22
-### queue.length
23
24
- Amount of items in the queue.
25
+This repository has moved to https://github.com/then/queue
index.js
package.json
0 commit comments