From 88f28760c6f5b53efa7229a818bb8189ed75ba37 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Mon, 19 Jan 2015 10:20:33 -0500 Subject: [PATCH] Document the AsyncIOLoop.asyncio_loop attribute for public use. --- docs/asyncio.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/asyncio.rst b/docs/asyncio.rst index 06dc44c32..e7c2c8fd9 100644 --- a/docs/asyncio.rst +++ b/docs/asyncio.rst @@ -42,3 +42,6 @@ loops. from tornado.ioloop import IOLoop IOLoop.configure('tornado.platform.asyncio.AsyncIOLoop') IOLoop.instance().start() + + Each ``AsyncIOLoop`` creates a new ``asyncio.EventLoop``; this object + can be accessed with the ``asyncio_loop`` attribute. -- 2.47.2