bounded_pool_executor
bounded_pool_executor copied to clipboard
Support cache some tasks in PoolExecutor
Instead of using the same bound as max_workers, it allows an extra bound to cache some tasks.