micropython/extmod/asyncio
Andrew Leech 2d14d4ef41 extmod/asyncio: Add IPv6 support to start_server().
Ensures that the underlying socket is opened with the correct protocol as
parsed by `getaddrinfo()`.

Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
2025-10-03 22:44:16 +10:00
..
__init__.py extmod/asyncio: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
core.py extmod/asyncio: Fix early exit of asyncio scheduler. 2025-05-07 14:56:47 +10: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 extmod/asyncio: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
manifest.py extmod/asyncio/uasyncio.py: Add backwards-compatible uasyncio alias. 2023-06-19 18:37:34 +10:00
stream.py extmod/asyncio: Add IPv6 support to start_server(). 2025-10-03 22:44:16 +10:00
task.py extmod/asyncio: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
uasyncio.py extmod/asyncio/uasyncio.py: Add backwards-compatible uasyncio alias. 2023-06-19 18:37:34 +10:00