Tornado
latest
  • User’s guide
  • Web framework
  • HTTP servers and clients
  • Asynchronous networking
    • tornado.ioloop — Main event loop
    • tornado.iostream — Convenient wrappers for non-blocking sockets
    • tornado.netutil — Miscellaneous network utilities
    • tornado.tcpclient — IOStream connection factory
    • tornado.tcpserver — Basic IOStream-based TCP server
  • Coroutines and concurrency
  • Integration with other services
  • Utilities
  • Frequently Asked Questions
  • Release notes
Tornado
  • »
  • Asynchronous networking
  • Edit on GitHub

Asynchronous networking¶

  • tornado.ioloop — Main event loop
    • IOLoop objects
      • Running an IOLoop
      • I/O events
      • Callbacks and timeouts
  • tornado.iostream — Convenient wrappers for non-blocking sockets
    • Base class
      • Main interface
      • Methods for subclasses
    • Implementations
    • Exceptions
  • tornado.netutil — Miscellaneous network utilities
  • tornado.tcpclient — IOStream connection factory
  • tornado.tcpserver — Basic IOStream-based TCP server
Previous Next

© Copyright The Tornado Authors. Revision a5a6b03e.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
branch6.2
branch6.1
branch6.0
branch5.1
branch4.5
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds