We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc9c430 + 3edc650 commit 94c1b50Copy full SHA for 94c1b50
README.md
@@ -1,5 +1,7 @@
1
# Callback queue
2
3
+[](https://www.codacy.com/app/v/callback-queue)
4
+
5
Node.js callback queue. Can be used with browserify as well.
6
7
Idea is to queue callbacks, when same function wants to be called at the same time
@@ -42,4 +44,4 @@ for (let x = 0; x < 100; x++) {
42
44
}
43
45
46
callbackQueue.remove('https://google.com', new Error('cancel it!'));
-```
47
+```
0 commit comments