add: multithreaded tests
This commit is contained in:
@@ -8,4 +8,5 @@ def add_to_queu(func: callable, args: tuple):
|
||||
|
||||
def wait_pool():
|
||||
global _pool
|
||||
_pool.shutdown(wait=True)
|
||||
_pool.shutdown(wait=True)
|
||||
_pool = concurrent.futures.ThreadPoolExecutor(max_workers=10)
|
||||
Reference in New Issue
Block a user