]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add IOLoop.add_future to return to the IOLoop after a future has completed.
authorBen Darnell <ben@bendarnell.com>
Fri, 31 Aug 2012 01:58:40 +0000 (21:58 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 31 Aug 2012 01:58:40 +0000 (21:58 -0400)
commitcb2c088bdd449f5b346764c2e4486081418f732b
tree5b78c4879ff229f4b13f3ef3cfc0f4040a63b888
parenteef8d9ffc4660a2520de6b849695ac55ea1876de
Add IOLoop.add_future to return to the IOLoop after a future has completed.
tornado/ioloop.py
tornado/test/ioloop_test.py