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
The API and behaviour is same as godash.Map. Same validations apply. Just that the mapperFn has to be executed on all elements in Go routines and the output is collected and returned. godash.ParallelMap is still a blocking function.
Insipired from java streams parallelMap()
The text was updated successfully, but these errors were encountered:
The API and behaviour is same as
godash.Map
. Same validations apply. Just that themapperFn
has to be executed on all elements in Go routines and the output is collected and returned.godash.ParallelMap
is still a blocking function.Insipired from java streams parallelMap()
The text was updated successfully, but these errors were encountered: