962bdeab19
ProcessPoolExecutor workers will hold the return value of their last task in memory until the next task is received. Since the return value has already been propagated to the parent process's Future (or has been discarded by this point), the object can be safely released. |
||
---|---|---|
.. | ||
futures | ||
__init__.py |