lg04551

导航

 

2018年4月24日

摘要: 一、multiprocessing multiprocessing模块用来开启子进程,并在子进程中执行我们定制的任务。 multiprocessing模块的功能众多:支持子进程、通信和共享数据、执行不同形式的同步,提供了Process、Queue、Pipe、Lock等组件 1、Process 阅读全文
posted @ 2018-04-24 14:50 lg04551 阅读(108) 评论(0) 推荐(0) 编辑