Tornado
latest
  • 用户指南
  • Web 框架
  • HTTP servers and clients
  • 异步网络
  • Coroutines and concurrency
    • tornado.gen — Simplify asynchronous code
    • tornado.concurrent — Work with threads and futures
    • tornado.process — 多进程实用工具
  • Integration with other services
  • 实用工具
  • 发布说明
 
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
    • 消费者方法
    • 生产者方法
  • tornado.process — 多进程实用工具
Next Previous

© 版权所有 2011, Facebook. Revision 41b23ef877d5c379c2db9c89083f8d56389dcc48.

Built with Sphinx using a theme provided by Read the Docs.