]> git.ipfire.org Git - thirdparty/tornado.git/commit
Initial version of asyncio/tulip-based IOLoop.
authorBen Darnell <ben@bendarnell.com>
Fri, 18 Oct 2013 19:46:55 +0000 (15:46 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 26 Oct 2013 23:49:21 +0000 (19:49 -0400)
commit9194631a5446bf717cdb9b1207c9766f9168b6b0
treedafd656ccead4695b437bbbbc5cbfa2d55363039
parent491ec5cebb34e5f3b318f9f8c15988f3ce88ff75
Initial version of asyncio/tulip-based IOLoop.

Currently always creates a new asyncio event loop instead of using
an existing one.
tornado/platform/asyncio.py [new file with mode: 0644]