DEBSOURCES
Skip Quicknav
sources / python-parsl / 2025.01.13%2Bds-1 / parsl / tests / scaling_tests / local_threads.py
1234
from parsl.config import Config from parsl.executors.threads import ThreadPoolExecutor config = Config(executors=[ThreadPoolExecutor()])