thread_pool.py 92 B

123
  1. from concurrent.futures import ThreadPoolExecutor
  2. pool = ThreadPoolExecutor(max_workers=3)