micropython/extmod/asyncio
Damien George 2ecbad4e91 extmod/asyncio: Support gather of tasks that finish early.
Adds support to asyncio.gather() for the case that one or more (or all)
sub-tasks finish and/or raise an exception before the gather starts.

Signed-off-by: Damien George <damien@micropython.org>
2024-01-22 12:03:21 +11:00
..
__init__.py
core.py extmod/asyncio: Support gather of tasks that finish early. 2024-01-22 12:03:21 +11:00
event.py extmod/asyncio/event.py: Fix ThreadSafeFlag.ioctl return. 2023-09-29 17:58:40 +10:00
funcs.py extmod/asyncio: Support gather of tasks that finish early. 2024-01-22 12:03:21 +11:00
lock.py
manifest.py
stream.py extmod/asyncio: Remove non-working Stream __aenter__/__aexit__ methods. 2023-12-20 15:56:23 +11:00
task.py
uasyncio.py