diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/python~3.12/library%2Fconcurrent.html | |
new repository
Diffstat (limited to 'devdocs/python~3.12/library%2Fconcurrent.html')
| -rw-r--r-- | devdocs/python~3.12/library%2Fconcurrent.html | 7 |
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"> + © 2001–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> |
