18 from threading
import current_thread, Lock, Timer
68 error = ctypes.py_object(
type(self.
_error_error))
69 while ctypes.pythonapi.PyThreadState_SetAsyncExc(tid, error) > 1:
70 ctypes.pythonapi.PyThreadState_SetAsyncExc(tid,
None)
def __init__(self, timeout, error)
def execute(self, runnable)
def _wait_for_raised_timeout(self)