Tornado
latest
  • User’s guide
  • Web framework
  • HTTP servers and clients
  • Asynchronous networking
  • Coroutines and concurrency
    • tornado.gen — Simplify asynchronous code
    • tornado.concurrent — Work with threads and futures
    • tornado.locks – Synchronization primitives
    • tornado.queues – Queues for coroutines
    • tornado.process — Utilities for multiple processes
  • Integration with other services
  • Utilities
  • Frequently Asked Questions
  • Release notes
Tornado
  • Docs »
  • Coroutines and concurrency
  • Edit on GitHub

Coroutines and concurrency¶

  • tornado.gen — Simplify asynchronous code
    • Decorators
    • Utility functions
    • Legacy interface
  • tornado.concurrent — Work with threads and futures
    • Consumer methods
    • Producer methods
  • tornado.locks – Synchronization primitives
    • Condition
    • Event
    • Semaphore
    • BoundedSemaphore
    • Lock
  • tornado.queues – Queues for coroutines
    • Classes
      • Queue
      • PriorityQueue
      • LifoQueue
    • Exceptions
      • QueueEmpty
      • QueueFull
  • tornado.process — Utilities for multiple processes
Next Previous

© Copyright 2009-2016, The Tornado Authors. Revision 4ecc31a5.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.