tornado/demos/benchmark
Ben Darnell 4f86890cfa Add make_current keyword argument to IOLoop constructor.
This allows applications to create an IOLoop to be started in another
thread without making it current in the originating thread.

Update docs to use IOLoop.current() in place of IOLoop.instance() when
starting the loop.

Closes #1390.
2015-03-29 16:31:06 -04:00
..
benchmark.py some modifications in demos/benchmark so it can run both in py2 and py3 2015-02-06 10:29:13 +08:00
chunk_benchmark.py Add make_current keyword argument to IOLoop constructor. 2015-03-29 16:31:06 -04:00
gen_benchmark.py some modifications in demos/benchmark so it can run both in py2 and py3 2015-02-06 10:29:13 +08:00
stack_context_benchmark.py some modifications in demos/benchmark so it can run both in py2 and py3 2015-02-06 10:29:13 +08:00
template_benchmark.py some modifications in demos/benchmark so it can run both in py2 and py3 2015-02-06 10:29:13 +08:00