aboutsummaryrefslogtreecommitdiff
path: root/extmod/uasyncio/task.py
AgeCommit message (Expand)Author
2022-04-22extmod/uasyncio: Rename and merge TaskQueue push/pop methods.Damien George
2022-04-21extmod/uasyncio: Make Python Task match C version with use of asserts.Damien George
2022-03-30extmod/uasyncio: Allow task state to be a callable.Damien George
2021-06-16extmod/uasyncio: Fix race with cancelled task waiting on finished task.Damien George
2020-12-02extmod/uasyncio: Add Task.done() method.Damien George
2020-12-02extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop.Damien George
2020-04-14extmod/uasyncio: Change cannot to can't in error message, and test exp.Damien George
2020-03-26extmod/uasyncio: Add new implementation of uasyncio module.Damien George