Commit Graph

10 Commits

Author SHA1 Message Date
Yury Selivanov a4d6022a7d Drop custom Future implementation. It should be part of CPython.
See http://bugs.python.org/issue26081 for more details.
2016-01-11 16:05:27 -05:00
Yury Selivanov cfa952146d Fix bugs in Future; add benchmarks 2015-11-11 16:29:53 -05:00
Yury Selivanov f7129fce07 Implement Future in C 2015-11-11 04:08:22 -05:00
Yury Selivanov d79f62ebab setup.py: Use -O2 by default 2015-11-06 17:01:13 -05:00
Yury Selivanov 0c89f76a0b Implement getaddrinfo (and restructure all imports & files) 2015-11-04 02:10:52 -05:00
Yury Selivanov ec9f87668a Correctly close handlers and finalize the loop 2015-11-03 18:32:12 -05:00
Yury Selivanov e290a915f5 Enough code to run asyncio.sleep() in a loop 2015-11-02 17:45:14 -05:00
Yury Selivanov 8ff280329b Add Async handlers; implement call_soon & call_soon_threadsafe 2015-11-02 16:44:19 -05:00
Yury Selivanov edded47158 Bindings for Signal and Idle handlers 2015-11-02 15:11:19 -05:00
Yury Selivanov 4e693ffcfd Initial commit 2015-11-01 12:00:43 -05:00