update Mapper
objects in pyina.launchers
to match pathos.pools
#56
Labels
Milestone
Mapper
objects in pyina.launchers
to match pathos.pools
#56
The use of
args
andkwds
is slightly different between aMapper().map
frompyina
and aPool().map
frompathos.pools
. Specifically, ensure the same behavior whenkwds
are passed to themap
.The text was updated successfully, but these errors were encountered: