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
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ be consumed using streams.
13
13
Useful for rate-limiting async (or sync) operations that consume large data sets.
14
14
For example, when interacting with a REST API or when doing CPU/memory intensive tasks.
15
15
16
-
## Why?
16
+
## Why
17
17
If we use `Bluebird.map()` for example, we are forced to load all the data in memory,
18
18
before being able to consume it - Out Of Memory Exception is right around the corner.
19
19
@@ -165,7 +165,6 @@ The difference with `empty` is that `idle` guarantees that all work from the que
165
165
The library is based on
166
166
[p-limit](https://github.com/sindresorhus/p-limit) and [p-queue](https://github.com/sindresorhus/p-queue) (by the amazing [sindresorhus](https://github.com/sindresorhus))
167
167
168
-
169
168
## Versions
170
169
171
170
Promise Blocking Queue supports Node 6 LTS and higher.
0 commit comments