摘要: 一.multiprocessing模块 multiprocessing模块用来开启子进程,并在子进程中执行我们定制的任务(比如函数),该模块与多线程模块threading的编程接口类似。 multiprocessing模块的功能众多:支持子进程、通信和共享数据、执行不同形式的同步,提供了Proces 阅读全文
posted @ 2017-08-26 15:48 爱笑的大象 阅读(210) 评论(0) 推荐(0)