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
applyEach function return always undefined instead of an array or an object with the results of the operations, as it happens with map or parallel. Doing so it would also make parallel equivalent to applyEach when it's called without arguments, so maybe also the code gets simpler...
The text was updated successfully, but these errors were encountered:
applyEach
function return always undefined instead of an array or an object with the results of the operations, as it happens withmap
orparallel
. Doing so it would also makeparallel
equivalent toapplyEach
when it's called without arguments, so maybe also the code gets simpler...The text was updated successfully, but these errors were encountered: