Skip to content

Commit

Permalink
Document the AsyncIOLoop.asyncio_loop attribute for public use.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Jan 19, 2015
1 parent d6a9409 commit 88f2876
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/asyncio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 88f2876

Please sign in to comment.