cpython/Lib/concurrent
Kyle Stanley 1ac6e37929
bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453)
Roughly based on 904e34d4e6, but with a few substantial differences.

/cc @pitrou @brianquinlan
2020-04-19 07:00:59 -07:00
..
futures bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453) 2020-04-19 07:00:59 -07:00
__init__.py