task = asyncio.create_task(main()) ... queue = asyncio.Queue() await queue.put(Obj) ... waiter_task = asyncio.create_task(waiter(event))
確定! 回上一頁