This commit is contained in:
yumoqing 2022-02-10 10:57:38 +08:00
parent ddf53befdd
commit dd2a2b89fb

View File

@ -25,6 +25,7 @@ class ThreadWorkers:
return self.co_worker
def until_done(self):
time.sleep(0.1)
while self.co_worker > 0:
time.sleep(0.01)