summaryrefslogtreecommitdiff
path: root/extmod/uasyncio/event.py
AgeCommit message (Expand)Author
2023-02-02top: Update Python formatting to black "2023 stable style".Jim Mussared
2022-12-14extmod/uasyncio: Fix syntax of generator functions.Damien Tournoud
2022-08-12extmod/uasyncio: Rename internal _flag to state, to save a qstr.Damien George
2022-08-12extmod/uasyncio: Add clear method to ThreadSafeFlag.Ned Konz
2022-04-22extmod/uasyncio: Rename and merge TaskQueue push/pop methods.Damien George
2021-12-09all: Update Python formatting to latest Black version 21.12b0.Jim Mussared
2021-02-16extmod/uasyncio: Add ThreadSafeFlag.Jim Mussared
2020-03-26extmod/uasyncio: Add new implementation of uasyncio module.Damien George