Classes | |
| class | ThreadWithException |
Functions | |
| None | async_raise (int tid, Any exctype) |
| None | deadlock_safe_shutdown () |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | THREADING_SHUTDOWN_TIMEOUT = 10 |
Threading util helpers.
| None homeassistant.util.thread.async_raise | ( | int | tid, |
| Any | exctype | ||
| ) |
| None homeassistant.util.thread.deadlock_safe_shutdown | ( | ) |
|
private |