尚未翻译
本页面尚未翻译成中文,因此显示英文原文。 帮助翻译
concurrent Module¶
The concurrent package groups APIs for concurrent execution.
Executors and Futures¶
See concurrent.futures for executor and Future operations, complexity tables, and examples using thread, process and interpreter pools.
Interpreters¶
See concurrent.interpreters for creating interpreters, moving data between them, and cross-interpreter queues (Python 3.14+).