summaryrefslogtreecommitdiff
path: root/devdocs/python~3.12/library%2Fconcurrent.html
blob: 96634ab5a47c31cec78b789b45d55545583d6665 (plain)
1
2
3
4
5
6
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>