Should remove SetLauncher, SelectServers, and SetScheduler, and update SetMapper to use an interface designed for instances such as pathos.maps.Map() and pathos.pools.ProcessPool().map, instead of the deprecated mp_map and ez_map functions. Repurpose _mapconfig to enable passing kwds (such as chunksize to map.
Should remove
SetLauncher
,SelectServers
, andSetScheduler
, and updateSetMapper
to use an interface designed for instances such aspathos.maps.Map()
andpathos.pools.ProcessPool().map
, instead of the deprecatedmp_map
andez_map
functions. Repurpose_mapconfig
to enable passingkwds
(such aschunksize
tomap
.