]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add futures-based Resolver interface, and test with both sync and thread pool.
authorBen Darnell <ben@bendarnell.com>
Fri, 31 Aug 2012 03:10:45 +0000 (23:10 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 31 Aug 2012 03:10:45 +0000 (23:10 -0400)
commit47bb3824b8b7dff43fb8d5c71790a2f0e565f155
treea4bb067f98446561b3026ef89767064ae630d273
parentcb2c088bdd449f5b346764c2e4486081418f732b
Add futures-based Resolver interface, and test with both sync and thread pool.
tornado/concurrent.py [new file with mode: 0644]
tornado/ioloop.py
tornado/netutil.py
tornado/test/ioloop_test.py
tornado/test/netutil_test.py [new file with mode: 0644]
tornado/test/runtests.py