integrated threadsafe status updates

This commit is contained in:
PatchOfScotland
2023-04-18 13:50:20 +02:00
parent 3f28b11be9
commit ddca1f6aa4
11 changed files with 196 additions and 120 deletions

View File

@ -145,6 +145,9 @@ DEBUG_ERROR = 1
DEBUG_WARNING = 2
DEBUG_INFO = 3
# Locking
LOCK_EXT = ".lock"
# debug message functions
def get_drt_imp_msg(base_class):
return f"{base_class.__name__} may not be instantiated directly. " \