]> git.ipfire.org Git - thirdparty/tornado.git/commit
gen.Runner now communicates back to the decorator via a Future instead of a callback.
authorBen Darnell <ben@bendarnell.com>
Sun, 26 Jan 2014 20:25:10 +0000 (15:25 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 26 Jan 2014 20:25:10 +0000 (15:25 -0500)
commit0ea4de346d8ce0272f7cf2f67c3fadb8b9f5f7a3
tree923ed7132764175747544ffdd4e2c1bf1baf53fa
parentb2ee332165f59c97a0bd244d6a5c2825d9932cc4
gen.Runner now communicates back to the decorator via a Future instead of a callback.

This allows for failures to be reported without relying on stack_context.
tornado/gen.py