bounded_pool_executor icon indicating copy to clipboard operation
bounded_pool_executor copied to clipboard

Bounded Process&Thread Pool Executor

Results 6 bounded_pool_executor issues
Sort by recently updated
recently updated
newest added

Instead of using the same bound as `max_workers`, it allows an extra bound to cache some tasks.

i got this error when i run the test script : `Traceback (most recent call last): File "", line 1, in File "C:\Program Files\Python37\lib\multiprocessing\spawn.py", line 105, in spawn_main exitcode =...

bug
windows

Hi do you have any idea why BoundedThreadPoolExecutor is slower as ThreadPoolExecutor? Machine has 4 CPUs ThreadPoolExecutor executor is using by default 5*CPU = 20 which equals the BoundedThreadPoolExecutor max_workers....

It says "BoundedProcessPoolExecutor will put a new worker in queue only when another worker has finished his work." - but what happens when there are no free workers? code blocks...

Hello, how to use the BoundedPoolExecutor when in combination with a decorator and concurrent futures `as_completed`? See SF [here](https://stackoverflow.com/questions/58454576/concurrent-futures-as-completed-with-decorator) for more details. Thank you!

Please, could you add the license file to the tar.gz available at pypi.org?