]> git.ipfire.org Git - thirdparty/tornado.git/commit
Split IOLoop into a base class and poll-based implementation.
authorBen Darnell <ben@bendarnell.com>
Sun, 7 Oct 2012 18:16:41 +0000 (11:16 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 7 Oct 2012 18:16:41 +0000 (11:16 -0700)
commit1a66183f19ccc61d344771c46b591c239513a254
treead30723fe9eae78fbd5fe31b6c202f1364c65e5a
parent8b32830d73e34b09137310c69c1ece2714975af4
Split IOLoop into a base class and poll-based implementation.

The base class has all the methods with docstrings; nearly all the
implementation is in a new subclass PollIOLoop.
tornado/ioloop.py
tornado/platform/epoll.py
tornado/platform/kqueue.py
tornado/platform/select.py