summaryrefslogtreecommitdiff
path: root/extmod/uasyncio/task.py
AgeCommit message (Expand)Author
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