摘要:
进程同步(锁) #多进程共享一个打印终端(用python2测试看两个进程同时往一个终端打印,出现打印到一行的错误) from multiprocessing import Process import time class Logger(Process): def __init__(self): s 阅读全文
posted @ 2017-08-25 15:10
—super—
阅读(166)
评论(0)
推荐(0)
浙公网安备 33010602011771号