micropython/extmod/uasyncio
Damien George 01514e80c9 extmod/uasyncio: Rename internal _flag to state, to save a qstr.
Saves about 16 bytes of flash when uasyncio is frozen in.

Signed-off-by: Damien George <damien@micropython.org>
2022-08-12 22:33:55 +10:00
..
__init__.py
core.py
event.py extmod/uasyncio: Rename internal _flag to state, to save a qstr. 2022-08-12 22:33:55 +10:00
funcs.py extmod/uasyncio: Handle gather with no awaitables. 2022-07-26 18:16:19 +10:00
lock.py
manifest.py
stream.py
task.py