asyncio
https://docs.python.org/ja/3/library/asyncio.html
asyncio は async/await 構文を使い 並行処理の コードを書くためのライブラリです。
並行処理 👉
10.1 並行処理と並列処理