]> git.ipfire.org Git - thirdparty/tornado.git/commit
Rename future_wrap to return_future.
authorBen Darnell <ben@bendarnell.com>
Sun, 27 Jan 2013 22:03:15 +0000 (17:03 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 27 Jan 2013 22:03:15 +0000 (17:03 -0500)
commit3a428c033d9714f22d40e66410404853d473eb98
tree66ce89a9ff8ae7feb2dc555a0732ea9a334f28f3
parent747b895030600d2acf533e65d8d228780789f3db
Rename future_wrap to return_future.

Allow exceptions from the initial synchronous phase to pass through
to the caller.  Add docs and tests.
tornado/concurrent.py
tornado/test/concurrent_test.py