码迷,mamicode.com
首页 > 编程语言 > 详细

『Python』多进程

时间:2021-06-04 19:54:54      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:order   htm   tip   元素   pool   注意   imap   rar   pytho   

https://docs.python.org/3/library/multiprocessing.html?highlight=imap_unordered#multiprocessing.pool.Pool.imap_unordered

注意,worker函数不能写在其他函数内部:

def fun1():

    def worker():

        pass

多个参数时直接用[(),()]传实际会将()传给worker的首个参数,所以worker接收argv,在worker内用0~n去索引()的元素就行了

『Python』多进程

标签:order   htm   tip   元素   pool   注意   imap   rar   pytho   

原文地址:https://www.cnblogs.com/hellcat/p/14850458.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!