]> git.ipfire.org Git - thirdparty/tornado.git/commit
Split AsyncIOLoop to make it possible to use the global asyncio event loop.
authorBen Darnell <ben@bendarnell.com>
Fri, 18 Oct 2013 20:07:11 +0000 (16:07 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 26 Oct 2013 23:49:22 +0000 (19:49 -0400)
commite074040c5754198b6fe6e2c57c4587534ea5c799
tree351da09e97aa918efc7f5e5064c08430eb21fe81
parent9194631a5446bf717cdb9b1207c9766f9168b6b0
Split AsyncIOLoop to make it possible to use the global asyncio event loop.

AsyncIOLoop works more like Tornado's native IOLoop so it's better for
our tests, but AsyncIOMainLoop is more appropriate for most real-world
usage.
tornado/platform/asyncio.py
tornado/test/httpclient_test.py
tornado/test/process_test.py