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()