pmap(f, c; distributed=false
is not equivalent to asyncmap(f, c)
#19652
Labels
pmap(f, c; distributed=false
is not equivalent to asyncmap(f, c)
#19652
In the docs the following calls are described as equivalent.
However, the
pmap
call will only run anasyncmap
withntasks
equal tonworkers(p)
(as shown here) while theasyncmap
call will run aTask
for each element ofc
. If this is the intended behaviour it would help to mention it in the docs to avoid confusion.The text was updated successfully, but these errors were encountered: