thread_pool_manager.py 126 B

1234
  1. # -*- coding: utf-8 -*-
  2. from concurrent.futures import ThreadPoolExecutor
  3. pool_executor = ThreadPoolExecutor(max_workers=50)