Trying ro fix multi-threading issue

This commit is contained in:
2022-09-04 17:38:45 +02:00
parent 03a6d9b54f
commit 27b05b6184
7 changed files with 111 additions and 28 deletions

View File

@@ -45,7 +45,9 @@ class AsyncTask(threading.Thread):
[Internal function of (threading.Thread)]
[!] : This function must not be used! Start the task with {AsyncTask.start()} !
"""
print("runn")
self.__run_callback(*self.__run_args)
print("stopp")
def stop(self) -> None:
"""