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
**Notice:** you can’t use [corresponding results](#correspond-source-items-and-their-results) in combination with iterables, because the pool doesn’t know the final number of items.
114
+
```
115
+
116
+
89
117
### Start Processing
90
118
The `process` method should be the last call in your method chain because it starts the promise pool processing. The `process` method accepts an async callback (function) defining the processing for each item:
0 commit comments