Trying ro fix multi-threading issue
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user