Wykres commitów

8 Commity (56ff510f9d383c309fb3f87e7d19e20fb3cac780)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 56ff510f9d asyncio: Add dumb debug output. 2014-04-24 01:07:22 +03:00
Paul Sokolovsky a0a699ecda asyncio: Start adding asyncio stream interface. 2014-04-24 01:07:22 +03:00
Paul Sokolovsky ca9ea0d1b8 asyncio: Support read/write syscalls, and route vals both ways between coros. 2014-04-24 01:07:22 +03:00
Paul Sokolovsky 65f0a05f2a asyncio: EpollEventLoop.wait(): support infinite wait. 2014-04-24 01:07:22 +03:00
Paul Sokolovsky e2403bde0a asyncio: Make run_forever() actually run forever. 2014-04-24 01:07:22 +03:00
Paul Sokolovsky 25bcef1b0d 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-04-24 01:07:22 +03:00
Paul Sokolovsky 78fef25eea asyncio: Implement subclass implementing filedes watching interface. 2014-04-24 01:07:22 +03:00
Paul Sokolovsky 80ecd3b822 asyncio: Initial prototype implementation. 2014-04-24 01:07:22 +03:00