Python: async with の使い方 - Qiita
python 3.5 から使える async with の使い方です。 PEP 492 -- Coroutines with async and await syntax async with? コンテキストマネージャの async 版です。 DB にコネクションを張る...