]> git.ipfire.org Git - thirdparty/tornado.git/commit
Pivot tornado.gen to use Futures natively.
authorBen Darnell <ben@bendarnell.com>
Mon, 20 Jan 2014 22:57:57 +0000 (17:57 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 26 Jan 2014 03:43:42 +0000 (22:43 -0500)
commit9cf95ff7eb45bdde092fdd46ab47a26c3e6f4495
tree2140e89b772402b43365c163074c0da3bc05b4d9
parentdce2ffe1b3e20e0592720e5d80709130a11d315e
Pivot tornado.gen to use Futures natively.

This improves performance of applications using @coroutine and Futures,
at the expense of some performance degradation for the older YieldPoint
interfaces.
tornado/gen.py