We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f25004c + 4c2af96 commit 3a28acdCopy full SHA for 3a28acd
CircuitPython_Commodore_16_KB2040/advanced/code.py
@@ -142,7 +142,7 @@ def __init__(self, events):
142
self._events = events
143
144
async def __await__(self):
145
- yield asyncio.core._io_queue.queue_read(self._events)
+ await asyncio.core._io_queue.queue_read(self._events)
146
return self._events.get()
147
148
def __enter__(self):
0 commit comments