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