mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-16 10:03:42 -07:00
refactoring
This commit is contained in:
parent
8489949f2c
commit
30ba51edf7
24 changed files with 663 additions and 459 deletions
|
@ -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()
|
Loading…
Add table
Add a link
Reference in a new issue