first save

This commit is contained in:
tiijay
2025-10-19 18:29:10 +02:00
commit b5a30adb27
1303 changed files with 234711 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# micropython-stdlib asyncio
This is a hand edited version of the [asyncio](https://docs.python.org/3/library/asyncio.html) library for MicroPython.
It is a subset of the original library, and is not a complete implementation. It is intended to be used with MicroPython.
It is packaged as part of the `micropython-stdlib-stubs` type-stub package.