Skip to content

Commit 94c1b50

Browse files
committed
Merge branch 'master' of github.com:AVVS/callback-queue
2 parents cc9c430 + 3edc650 commit 94c1b50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Callback queue
22

3+
[![Codacy Badge](https://www.codacy.com/project/badge/a8696114e713425083cdd7cd2d44db34)](https://www.codacy.com/app/v/callback-queue)
4+
35
Node.js callback queue. Can be used with browserify as well.
46

57
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++) {
4244
}
4345

4446
callbackQueue.remove('https://google.com', new Error('cancel it!'));
45-
```
47+
```

0 commit comments

Comments
 (0)