]> git.ipfire.org Git - thirdparty/tornado.git/commit
Introduce IOLoop.spawn_callback.
authorBen Darnell <ben@bendarnell.com>
Mon, 16 Jun 2014 03:49:39 +0000 (23:49 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 16 Jun 2014 03:49:39 +0000 (23:49 -0400)
commit4e9de2e43f50ae8a5317d4287d592904cf39a9e5
tree3df87b69b7f43ada417558e30b47ec152d5c663a
parenta0fe934435b589312ab7f385869e5020d4a6f18d
Introduce IOLoop.spawn_callback.

This makes it easier and more discoverable to run a callback without
stack_context.

Closes #867.
tornado/ioloop.py
tornado/test/ioloop_test.py