summaryrefslogtreecommitdiff
path: root/tests/extmod/asyncio_gather_finished_early.py
AgeCommit message (Collapse)Author
2024-01-22extmod/asyncio: Support gather of tasks that finish early.Damien George
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>