]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fixes for IOLoop.run_in_executor 2178/head
authorBen Darnell <ben@bendarnell.com>
Sun, 22 Oct 2017 19:53:35 +0000 (15:53 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 22 Oct 2017 20:29:58 +0000 (16:29 -0400)
commita3b44cd701e0e82693363701bc0346b0125d2362
tree0d77469ef238cc223e693a240c99666b710a9226
parentfa3409179588536f2f743d16e537f6f9827fa92f
Fixes for IOLoop.run_in_executor

Correctly transform the concurrent Future into a Tornado Future
and test that the result is usable with await.
tornado/ioloop.py
tornado/test/ioloop_test.py