micropython-lib/uasyncio
Paul Sokolovsky e8b99addbd uasyncio: Ignore ENOENT on remove_writer().
StreamWriter.awrite() first tries to write to an fd, and if that succeeds,
yield IOWrite may never be called for that fd, and it will never be added
to poller. So, ignore such error.
2014-10-27 00:30:40 +02:00
..
uasyncio uasyncio: Ignore ENOENT on remove_writer(). 2014-10-27 00:30:40 +02:00
metadata.txt uasyncio: Split off uasyncio.core dist module. 2014-10-24 01:00:53 +03:00
setup.py uasyncio: Split off uasyncio.core dist module. 2014-10-24 01:00:53 +03:00
test_call_soon.py uasyncio: Rename asyncio_micro to uasyncio. 2014-10-21 01:31:58 +03:00
test_http_client.py uasyncio: test_http_client.py: Use run_until_complete(). 2014-10-24 00:03:27 +03:00
test_http_server.py uasyncio: Rename asyncio_micro to uasyncio. 2014-10-21 01:31:58 +03:00