2023-09-17から1日間の記事一覧

Python スレッドの戻り値

Python 戻り値ありのスレッドの方法というのをネット検索すると やたらと Future の使用を見かけます。 from concurrent.futures import ThreadPoolExecutor ThreadPoolExecutor の submit メソッド呼び出しで Future を受け取って Future の result メソッ…