We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74a963 commit 421a475Copy full SHA for 421a475
Doc/library/concurrent.futures.rst
@@ -239,6 +239,8 @@ ThreadPoolExecutor Example
239
InterpreterPoolExecutor
240
-----------------------
241
242
+.. versionadded:: 3.14
243
+
244
The :class:`InterpreterPoolExecutor` class uses a pool of interpreters
245
to execute calls asynchronously. It is a :class:`ThreadPoolExecutor`
246
subclass, which means each worker is running in its own thread.
0 commit comments