Home
last modified time | relevance | path

Searched refs:ExecutorMixin (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py62 class ExecutorMixin: class
90 class ThreadPoolMixin(ExecutorMixin):
94 class ProcessPoolMixin(ExecutorMixin):
/external/python/futures/
Dtest_futures.py136 class ExecutorMixin: class
165 class ThreadPoolMixin(ExecutorMixin):
169 class ProcessPoolMixin(ExecutorMixin):