Searched defs:AnyPool (Results 1 – 1 of 1) sorted by relevance
213 AnyPool = typing.Union[ProcessPoolExecutor, SubprocPool] variable216 def _warm_process_pool(pool: AnyPool, n: int):