Home Assistant Unofficial Reference 2024.12.1
thread.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.util.thread.ThreadWithException
 

Namespaces

 homeassistant.util.thread
 

Functions

None homeassistant.util.thread.async_raise (int tid, Any exctype)
 
None homeassistant.util.thread.deadlock_safe_shutdown ()
 

Variables

 homeassistant.util.thread._LOGGER = logging.getLogger(__name__)
 
int homeassistant.util.thread.THREADING_SHUTDOWN_TIMEOUT = 10