This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
mirror of
https://github.com/micropython/micropython.git
synced
2026-03-11 11:20:17 +01:00
Code
Issues
Actions
27
Packages
Projects
Releases
Wiki
Activity
Files
655dc9fceaa8d7a6b58bea4765c7274239b76c28
micropython
/
extmod
/
asyncio
History
Chris Liechti
45938432c6
extmod/asyncio: Pass globals in __import__ call.
...
`globals()` needs to be provided in case `__import__` is a Python function.
2025-11-21 00:07:35 +11:00
..
__init__.py
extmod/asyncio: Pass globals in __import__ call.
2025-11-21 00:07:35 +11:00
core.py
all: Replace legacy name with MicroPython and MPy as applicable.
2025-10-04 00:19:40 +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
…
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
…
uasyncio.py
extmod/asyncio/uasyncio.py: Add backwards-compatible uasyncio alias.
2023-06-19 18:37:34 +10:00