How can I define a class with await in the constructor or class body? For example what I want: import asyncio # some code class Foo(object): async def ...
確定! 回上一頁