问题描述
concurrent.futures.ProcesspoolExecutor
和multiprocessing.pool
有什么区别?
multiprocessing.pool
提供诸如map
,imap_unordered
,apply_async
之类的功能。
其中concurrent.futures.ProcesspoolExecutor
提供了map
。
除上述以外,这两种实现多处理的方法有何区别?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)