Tornado
branch5.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
    • Legacy interface
  • 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-2019, The Tornado Authors Revision a99f1471.

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

Free document hosting provided by Read the Docs.