We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa6a14 commit fb27fffCopy full SHA for fb27fff
src/08-execution-pools/program.py
@@ -1,7 +1,8 @@
1
import requests
2
import bs4
3
from concurrent.futures import Future
4
-from concurrent.futures.thread import ThreadPoolExecutor as PoolExecutor
+# from concurrent.futures.thread import ThreadPoolExecutor as PoolExecutor
5
+from concurrent.futures.process import ProcessPoolExecutor as PoolExecutor
6
7
8
def main():
0 commit comments