adafruit / Adafruit_CircuitPython_asyncio

CIrcuitPython subset of CPython asyncio library
MIT License
28 stars 16 forks source link

Fix issue #43 #44

Closed furbrain closed 1 year ago

furbrain commented 1 year ago

This fix makes asyncio.new_event_loop discard any references it has to previous tasks. This fixes #43