摘要: 一 multiprocessing模块介绍 在python中大部分情况需要使用多进程。Python提供了multiprocessing。 multiprocessing模块用来开启子进程,并在子进程中执行我们定制的任务(比如函数),该模块与多线程模块threading的编程接口类似。 multipr 阅读全文
posted @ 2019-03-04 23:00 edgarhu 阅读(110) 评论(0) 推荐(0)