Jump to content

Python: Difference between revisions

22 bytes added ,  11 December 2020
Line 329: Line 329:


===concurrrency===
===concurrrency===
<code>concurrency</code> gives you access to thread pools.
In Python 3.2 <code>concurrent.futures</code> gives you access to thread pools.
 
<syntaxhighlight lang="python">
<syntaxhighlight lang="python">
import os
import os