micropython-lib/asyncio_micro
Paul Sokolovsky d0d2810b0c asyncio_micro: Rename StreamWriter.write() to awrite().
This method has different semantics than original asyncio, so rename to avoid
confusion. Original asyncio's is not a coroutine, while ours is.
2014-10-21 01:31:58 +03:00
..
asyncio_micro.py asyncio_micro: Rename StreamWriter.write() to awrite(). 2014-10-21 01:31:58 +03:00
test_call_soon.py asyncio_micro: Rename from asyncio. 2014-10-21 01:31:58 +03:00
test_http_client.py asyncio_micro: Rename StreamWriter.write() to awrite(). 2014-10-21 01:31:58 +03:00
test_http_server.py asyncio_micro: Rename StreamWriter.write() to awrite(). 2014-10-21 01:31:58 +03:00