ThreadInterruptMonitor 施工人员
__init__(自身,终止_without_exception)
构造一个中断监视器。
def __init__(self, terminate_without_exception):
...
范围 | 类型 | 描述 |
---|---|---|
terminate_without_exception | bool | 终止无异常 |
构造一个中断监视器。
def __init__(self, terminate_without_exception):
...
范围 | 类型 | 描述 |
---|---|---|
terminate_without_exception | bool | 终止无异常 |