Open
Description
https://github.com/peterhinch/micropython-async contains a number of additions to MicroPython's asyncio that have not yet made it into the https://github.com/micropython/micropython repo. Consider adding those features which are compatible with the CPython library, such as:
Metadata
Metadata
Assignees
Labels
No labels
Activity
mirko commentedon Feb 19, 2023
Any status update on this?
Even if it's just a "won't do", but even better withn an explanation on the "why not" (?) :)
dhalbert commentedon Feb 20, 2023
It's not a "won't do" :) -- we are looking at a bunch of things around
asyncio
, and haven't yet decided on the next steps. See adafruit/circuitpython#7554 for eaxmple.