Wykres commitów

6 Commity (875de441348eabd40e19194cf194a0ba7b712878)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 875de44134 asyncio_micro: Add support for starting a coroutine concurrently.
Just yield it as a value. Also, improve logging/error reporting.
2014-10-11 05:19:51 +03:00
Paul Sokolovsky 48671ce22e asyncio_micro: IODone syscall should return to coroutine. 2014-10-11 05:19:50 +03:00
Paul Sokolovsky 4218e7d504 asyncio_micro: Implement start_server(). 2014-10-11 05:19:50 +03:00
Paul Sokolovsky 4e3964d3ff asyncio_micro: StreamReader, StreamWriter: add more methods. 2014-10-11 05:19:50 +03:00
Paul Sokolovsky 6f27ec1cd0 asyncio_micro: Work around stupid Python closures.
Which don't close variables, just variable references.
2014-10-11 05:19:50 +03:00
Paul Sokolovsky a728368a08 asyncio_micro: Rename from asyncio.
As this is not compliant with asyncio API, can't be called asyncio, and
"micro" is just good moniker for what it's intended to be.
2014-10-11 05:19:50 +03:00