2018年3月22日

python成长之路 多进程、协程

摘要: 一、python3的多进程 1、multiprocessing模块 python3是通过multiprocessing模块来开启子进程,并执行相应的定制任务 multiprocessing模块可以支持子进程、通信和数据共享、执行不同形式的同步,提供了process、Queue、Pipe、lock等组 阅读全文

posted @ 2018-03-22 16:21 与影前行 阅读(234) 评论(0) 推荐(0)

导航