コンテンツにスキップ

未翻訳のページ

このページはまだ日本語に翻訳されていないため、英語の原文を表示しています。 翻訳に協力する

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+).