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
Unless my understanding of the function .map(func, null, 1) is wrong the resulting behavior should be only one instance of func being executed at a time.
When setting the limit to 1 the given function is executed twice in parallel:
Test case:
The resulting output:
q: 1.1.2
q-io: 2.0.6
The text was updated successfully, but these errors were encountered: