Why is asyncio queue await get() blocking? You need to start the consumer and the producer in parallel, e.g. defining main like this: async def main(): queue ...
確定! 回上一頁