Wykres commitów

6 Commity (f9fd9ddd42da572720d71649a8f5dd62a617328e)

Autor SHA1 Wiadomość Data
Paul Sokolovsky f9fd9ddd42 asyncio: Support read/write syscalls, and route vals both ways between coros. 2014-10-11 05:19:49 +03:00
Paul Sokolovsky b8f41198de asyncio: EpollEventLoop.wait(): support infinite wait. 2014-10-11 05:19:49 +03:00
Paul Sokolovsky dbb8857e15 asyncio: Make run_forever() actually run forever. 2014-10-11 05:19:49 +03:00
Paul Sokolovsky 7b5780bc66 asyncio: Recover eventloop's ability to work with callbacks.
Actually, coroutine support for call_soon() is a hack, in big asyncio coroutine
should be wrapped in Task object.
2014-10-11 05:19:49 +03:00
Paul Sokolovsky a80cf93d4a asyncio: Implement subclass implementing filedes watching interface. 2014-10-11 05:19:49 +03:00
Paul Sokolovsky fb41c0e2e3 asyncio: Initial prototype implementation. 2014-10-11 05:19:49 +03:00