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
- add `dontStoreProcessedItems` method to the promise pool to tell the processor to skip storing processed items in memory
6
+
- add `dontStoreProcessedItems` method to the promise pool to tell the processor to skip storing processed items in memory (Thank you Christopher Zinger! [PR 92](https://github.com/supercharge/promise-pool/pull/92))
7
7
```js
8
8
await PromisePool
9
9
.for([1,2,3,4])
@@ -12,7 +12,7 @@
12
12
// processing …
13
13
})
14
14
```
15
-
- add `flushProcessedItems` method to the promise pool executor
15
+
- add `flushProcessedItems` method to the promise pool executor (Thank you Christopher Zinger! [PR 91](https://github.com/supercharge/promise-pool/pull/91))
0 commit comments