]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add Subprocess.wait_for_exit, a coro-friendly set_exit_callback().
authorBen Darnell <ben@bendarnell.com>
Fri, 27 Mar 2015 03:36:43 +0000 (23:36 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 27 Mar 2015 03:36:43 +0000 (23:36 -0400)
commit24677828d2ce10b3f85ec9c18d38d54c1ab0c382
tree5888f55ee2f203a9b520c3e8258987c9a7fac746
parentf69b8046585e2b8a169962137b28d6500702c256
Add Subprocess.wait_for_exit, a coro-friendly set_exit_callback().

Fixes #1391.
tornado/process.py
tornado/test/process_test.py