summaryrefslogtreecommitdiff
path: root/extmod/uasyncio/funcs.py
AgeCommit message (Expand)Author
2021-11-17extmod/uasyncio: Fix gather returning exceptions from a cancelled task.Damien George
2020-12-02extmod/uasyncio: Fix cancellation handling of wait_for.Damien George
2020-12-02extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop.Damien George
2020-06-10extmod/uasyncio: Add asyncio.wait_for_ms function.Damien George
2020-03-26extmod/uasyncio: Add new implementation of uasyncio module.Damien George