Message355858
> def __init__(self, concurrency=None):
Minor clarification: the default should probably be None, which would effectively set the default maximum number of threads to min(32, os.cpu_count() + 4), once it's passed to ThreadPoolExecutor. |
|
Date |
User |
Action |
Args |
2019-11-02 02:51:05 | aeros | set | recipients:
+ aeros, asvetlov, yselivanov, primal |
2019-11-02 02:51:05 | aeros | set | messageid: <1572663065.67.0.0260276318216.issue32309@roundup.psfhosted.org> |
2019-11-02 02:51:05 | aeros | link | issue32309 messages |
2019-11-02 02:51:05 | aeros | create | |
|