add: multithreaded tests

This commit is contained in:
2025-12-17 05:58:46 -06:00
parent b21881fded
commit dfaa30ff46
2 changed files with 6 additions and 3 deletions

View File

@@ -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)