Tornado
branch6.1
  • User’s guide
  • Web framework
  • HTTP servers and clients
  • Asynchronous networking
  • Coroutines and concurrency
    • tornado.gen — Generator-based coroutines
    • 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 — Generator-based coroutines
    • Decorators
    • Utility functions
  • 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 The Tornado Authors Revision 2047e7ae.

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

Free document hosting provided by Read the Docs.