micropython-lib/uasyncio/uasyncio
Paul Sokolovsky 99fa203686 uasyncio: StreamReader.close() -> .aclose().
Note: CPython asyncio lacks .close() on StreamReader at all, only StreamWriter
has it.
2015-01-04 21:47:06 +02:00
..
__init__.py uasyncio: StreamReader.close() -> .aclose(). 2015-01-04 21:47:06 +02:00