摘要: /*使用共享变量停止子进程*/from multiprocessing import Process, Value from collections import namedtuple import time import sys s = time.time() def worker1(alive) 阅读全文
posted @ 2020-03-15 00:13 Andrew.SH 阅读(118) 评论(0) 推荐(0) 编辑