Wykres commitów

7 Commity (02daa74b245867dff5d51abb70ce89a9cfefa1e5)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 02daa74b24 asyncio: Start adding asyncio stream interface. 2014-10-21 01:31:56 +03:00
Paul Sokolovsky ac0038f9a7 asyncio: Support read/write syscalls, and route vals both ways between coros. 2014-10-21 01:31:56 +03:00
Paul Sokolovsky 85071250f1 asyncio: EpollEventLoop.wait(): support infinite wait. 2014-10-21 01:31:56 +03:00
Paul Sokolovsky a71d4f45c1 asyncio: Make run_forever() actually run forever. 2014-10-21 01:31:56 +03:00
Paul Sokolovsky ee495b3807 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-21 01:31:56 +03:00
Paul Sokolovsky b42f8e383b asyncio: Implement subclass implementing filedes watching interface. 2014-10-21 01:31:56 +03:00
Paul Sokolovsky 80cea91b98 asyncio: Initial prototype implementation. 2014-10-21 01:31:56 +03:00