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