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.py154 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin
158 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolForkMixin
172 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolSpawnMixin
184 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolForkserverMixin