summaryrefslogtreecommitdiff
path: root/tests/extmod/uasyncio_loop_stop.py
AgeCommit message (Collapse)Author
2023-06-19tests: Rename uasyncio to asyncio.Jim Mussared
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2020-04-02extmod/uasyncio: Implement Loop.stop() to stop the event loop.Damien George