In order to ease the development asyncio has a debug mode. ... import asyncio async def test(): print("never scheduled") async def main(): test() ...
確定! 回上一頁