Home
last modified time | relevance | path

Searched defs:executor_type (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dtest_concurrent_futures.py151 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