相关考题
-
判断题
线程可以被抢占,可以使用锁来进行同步 -
判断题
在其他线程正在运行时,线程可以暂时搁置挂起 -
多项选择题
threading模块中包含的函数有()
A.threading.enumerate()
B.threading.activeCount()
C.currentCount()
D.count()
