aboutsummaryrefslogtreecommitdiff
path: root/extmod/uasyncio
AgeCommit message (Expand)Author
2020-04-04extmod/uasyncio: Add global exception handling methods.Kevin Köck
2020-04-02extmod/uasyncio: Add StreamReader/StreamWriter as aliases of Stream cls.Damien George
2020-04-02extmod/uasyncio: Add error message to Lock.release's RuntimeError.Kevin Köck
2020-04-02extmod/uasyncio: Implement Loop.stop() to stop the event loop.Damien George
2020-04-01extmod/uasyncio: Don't create a Loop instance in get_event_loop().Damien George
2020-03-26extmod/uasyncio: Add manifest.py for freezing uasyncio Py files.Damien George
2020-03-26extmod/uasyncio: Add optional implementation of core uasyncio in C.Damien George
2020-03-26extmod/uasyncio: Add new implementation of uasyncio module.Damien George