kopia lustrzana https://github.com/micropython/micropython-lib
![]() By removing any IO watches for associated file handle. The way it's implemented tries to preserve OS-like separation between event loop and tasks. So, stream to finish watching fd for IO also issues syscall, instead of calling methods on loop instance directly. Calling method on loop would be more efficient, but will require storing reference to loop in each stream. And those separation matters... |
||
---|---|---|
asyncio | ||
collections/collections | ||
collections.defaultdict | ||
collections.deque | ||
copy | ||
errno | ||
fcntl | ||
heapq | ||
html/html | ||
itertools | ||
json | ||
keyword | ||
logging | ||
os | ||
re-pcre | ||
select | ||
sqlite3 | ||
traceback | ||
types | ||
unittest | ||
warnings | ||
.gitignore | ||
Makefile | ||
README.md |
README.md
micropython-lib
Core Python libraries ported to Micro Python