summaryrefslogtreecommitdiff
path: root/extmod/uasyncio/core.py
AgeCommit message (Expand)Author
2023-06-19extmod/asyncio: Rename uasyncio to asyncio.Jim Mussared
2023-02-02top: Update Python formatting to black "2023 stable style".Jim Mussared
2022-04-22extmod/uasyncio: Rename and merge TaskQueue push/pop methods.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
2021-02-13extmod/uasyncio: Add asyncio.current_task().Jim Mussared
2020-12-02extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop.Damien George
2020-08-22extmod/uasyncio: Truncate negative sleeps to 0.Damien George
2020-04-13extmod/uasyncio: Add Loop.new_event_loop method.Damien George
2020-04-04extmod/uasyncio: Add global exception handling methods.Kevin Köck
2020-04-02extmod/uasyncio: Implement Loop.stop() to stop the event loop.Damien George
2020-04-01extmod/uasyncio: Don't create a Loop instance in get_event_loop().Damien George
2020-03-26extmod/uasyncio: Add optional implementation of core uasyncio in C.Damien George
2020-03-26extmod/uasyncio: Add new implementation of uasyncio module.Damien George