aboutsummaryrefslogtreecommitdiff
path: root/extmod/uasyncio/funcs.py
AgeCommit message (Expand)Author
2022-06-02extmod/uasyncio: Fix edge case for cancellation of wait_for.Damien George
2022-04-22extmod/uasyncio: Rename and merge TaskQueue push/pop methods.Damien George
2022-04-21extmod/uasyncio: Fix bug with task ending just after gather is cancel'd.Damien George
2022-03-30extmod/uasyncio: Fix gather cancelling and handling of exceptions.Damien George
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