An executor that runs jobs in a concurrent.futures thread pool.
Plugin alias: threadpool
Parameters: | max_workers – the maximum number of spawned threads. |
---|
An executor that runs jobs in a concurrent.futures process pool.
Plugin alias: processpool
Parameters: | max_workers – the maximum number of spawned processes. |
---|