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.
1 parent f55e7ce commit 4c2af96Copy full SHA for 4c2af96
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