判断题
Condition类,是Python提供了来实现等待/通知的类
正确
判断题 threading.Event()是实例化线程中的事件
判断题 python中的多线程由于GIL的问题效率会低
判断题 threading.Semaphore(参数)可以实例化线程中的信号量