摘要:
#练习:线程等待 Event e.set() e.wait() from threading import Thread, Lock import threading import time def wait_for_event(e): #Wait for the event to be set b 阅读全文
posted @ 2018-04-16 23:05
下辈子做一只猫
阅读(137)
评论(0)
推荐(0)