Open
Description
These things are in the MicroPython implementation of asyncio
but not in CPython asyncio
:
core.py:
-
SingletonGenerator
: maybe rename to_SingletonGenerator
-
sleep_ms()
:omit, rename to_sleep_ms
or move. -
IOQueue
-
Loop
->_Loop
event.py:
-
ThreadSafeFlag
funcs.py:
-
wait_for_ms()
stream.py:
-
Stream
: serves forStreamReader
andStreamWriter
, maybe_Stream
-
stream_awrite
,Stream.aclose
(?),Stream.awrite
,Stream.awritestr
: legacyuasyncio
task.py:
- most things could be underscored
Metadata
Metadata
Assignees
Labels
No labels