summaryrefslogtreecommitdiff
path: root/devdocs/python~3.12/library%2Fconcurrent.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/python~3.12/library%2Fconcurrent.html')
-rw-r--r--devdocs/python~3.12/library%2Fconcurrent.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/devdocs/python~3.12/library%2Fconcurrent.html b/devdocs/python~3.12/library%2Fconcurrent.html
new file mode 100644
index 00000000..96634ab5
--- /dev/null
+++ b/devdocs/python~3.12/library%2Fconcurrent.html
@@ -0,0 +1,7 @@
+ <h1>The concurrent package</h1> <p>Currently, there is only one module in this package:</p> <ul class="simple"> <li>
+<a class="reference internal" href="concurrent.futures#module-concurrent.futures" title="concurrent.futures: Execute computations concurrently using threads or processes."><code>concurrent.futures</code></a> – Launching parallel tasks</li> </ul> <div class="_attribution">
+ <p class="_attribution-p">
+ &copy; 2001&ndash;2023 Python Software Foundation<br>Licensed under the PSF License.<br>
+ <a href="https://docs.python.org/3.12/library/concurrent.html" class="_attribution-link">https://docs.python.org/3.12/library/concurrent.html</a>
+ </p>
+</div>