Closed jan-janssen closed 1 year ago
The multiprocessing Pool implements more functions than just the map() function: https://docs.python.org/3/library/multiprocessing.html#module-multiprocessing.pool
map()
apply()
apply_async()
map_async()
imap()
imap_unordered()
starmap()
starmap_async()
The Pool class was replaced by the Executor class.
Pool
Executor
The multiprocessing Pool implements more functions than just the
map()
function: https://docs.python.org/3/library/multiprocessing.html#module-multiprocessing.poolapply()
apply_async()
map()
map_async()
imap()
imap_unordered()
starmap()
starmap_async()