concurrent.futures --- 並列タスク実行

Source code: Lib/concurrent/futures/thread.py and Lib/concurrent/futures/process.py concurrent.futures モジュールは、非同期に実行できる呼び出し可能オブジェクトの高水準のインターフェースを提供します。 The asynchronous execution can be performed w...