| Trees | Indices | Help |
|---|
|
|
|
|||
|
CallCancelled Raised when a call is cancelled. |
|||
|
Suspender A context manager to temporarily suspend the watchdog for a block of code. |
|||
|
CancellableCallThread A worker thread used to execute a call which must be made cancellable. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
CHECK_INTERVAL = 0.1
|
|||
NORMAL_CORE_ALIVE_TIMEOUT = 10
|
|||
MIN_CORE_ALIVE_TIMEOUT = 0.5
|
|||
RECOVER_ATTEMPT_INTERVAL = 0.05
|
|||
FROZEN_WARNING_TIMEOUT = 15
|
|||
safeWindowClassSet = set(['Internet Explorer_Server', '_WwG',
|
|||
isRunning = False
|
|||
isAttemptingRecovery = False
|
|||
_coreAliveEvent = threading.Event()
|
|||
_resumeEvent = threading.Event()
|
|||
_coreThreadID = windll.kernel32.GetCurrentThreadId()
|
|||
_watcherThread = Nonehash(x) |
|||
RPC_E_CALL_CANCELED = -2147418110
|
|||
_orig_COMError_init = comtypes.COMError.__init__
|
|||
cancellableCallThread = Nonehash(x) |
|||
|
|||
|
|
Execute a function in the main thread, making it cancellable.
|
Send a window message, making the call cancellable. The
|
|
|||
safeWindowClassSet
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:51 2011 | http://epydoc.sourceforge.net |