Searched refs:executor_type (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_concurrent_futures.py | 126 self.executor = self.executor_type( 131 self.executor = self.executor_type( 151 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin 155 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolForkMixin 169 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolSpawnMixin 181 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolForkserverMixin 302 from concurrent.futures import {executor_type} 308 t = {executor_type}(5) 312 t = {executor_type}(5, mp_context=context) 314 """.format(executor_type [all...] |
Completed in 2 milliseconds