]> git.ipfire.org Git - thirdparty/tornado.git/commit
Implement IOLoop.run_in_executor (#2067)
authorMike DePalatis <mike@depalatis.net>
Sat, 21 Oct 2017 18:04:57 +0000 (14:04 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 21 Oct 2017 18:04:57 +0000 (14:04 -0400)
commit648b3e9f7c6abe718fd5cd95fc55834efdcfa020
treef3c96d7a5a3f774f8bc25ccb411f65c337cbe0d4
parent37081d792896a44d27c3423b73001937d972c806
Implement IOLoop.run_in_executor (#2067)
tornado/ioloop.py
tornado/test/ioloop_test.py