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
If mapper returns something like pMap.setConcurrency(5) then it should set the concurrency value in memory and then spin up more calls to next() as needed. Already running next() chains should check if they are not needed anymore at the start of each iteration:
The idea was brought up in #28.
Not entirely sure what the best API would be for this though. Feedback welcome.
The text was updated successfully, but these errors were encountered: