Remove the ThreadsManager.terminating flag

This commit is contained in:
allegroai
2022-09-29 19:23:26 +03:00
parent 98ed3075dd
commit 3ae410a1e9
7 changed files with 7 additions and 11 deletions

View File

@@ -7,7 +7,6 @@ class ThreadsManager:
objects = {}
lock = Lock()
request_context_creator: ClassVar[Callable] = None
terminating: ClassVar[bool] = False
def __init__(self, name=None):
self.name = name or self.__class__.__name__