refactoring

This commit is contained in:
iperov 2021-11-07 10:03:15 +04:00
parent 8489949f2c
commit 30ba51edf7
24 changed files with 663 additions and 459 deletions

View file

@ -11,7 +11,6 @@ def _host_thread_proc(wref):
break
ref._host_process_messages(0.005)
del ref
print('_host_thread_proc exit')
class SPMTWorker:
def __init__(self, *sub_args, **sub_kwargs):
@ -152,7 +151,7 @@ class SPMTWorker:
break
self._threads_running = False
self._threads_exit_barrier.wait()
self._on_sub_finalize()