summaryrefslogtreecommitdiff
path: root/devdocs/python~3.12/library%2Fconcurrent.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/python~3.12/library%2Fconcurrent.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/python~3.12/library%2Fconcurrent.html')
-rw-r--r--devdocs/python~3.12/library%2Fconcurrent.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/devdocs/python~3.12/library%2Fconcurrent.html b/devdocs/python~3.12/library%2Fconcurrent.html
deleted file mode 100644
index 96634ab5..00000000
--- a/devdocs/python~3.12/library%2Fconcurrent.html
+++ /dev/null
@@ -1,7 +0,0 @@
- <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>