回答編集履歴
1
追記
test
CHANGED
@@ -3,3 +3,7 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
今回の目的であれば`ThreadPoolExecutor`に置き換えれば問題なく実行できるかと思います。
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
[ThreadPoolExecutor | concurrent.futures -- 並列タスク実行 — Python 3.8.2rc1 ドキュメント](https://docs.python.org/ja/3/library/concurrent.futures.html#concurrent.futures.ThreadPoolExecutor)
|