Python: Difference between revisions

Line 365: Line 365:
<syntaxhighlight lang="python">
<syntaxhighlight lang="python">
import os
import os
import threading
from concurrent import futures
from concurrent import futures
from concurrent.futures import ThreadPoolExecutor
from concurrent.futures import ThreadPoolExecutor