import asyncio q_transmit = asyncio.Queue() q_receive = asyncio.Queue() @asyncio.coroutine def check_queue(ws): while True: output_msg = yield from ...
確定! 回上一頁