gevent

  • Blog
  • Code
  • Docs
  • Download
  • Mailing list
  • Issues
  • IRC
  • Donate
 
 

API reference¶

  • gevent – basic utilities
    • Greenlet objects
    • Spawn helpers
    • Useful general functions
    • Timeouts
    • Waiting
  • Networking interfaces
    • gevent.socket – Cooperative socket module
    • gevent.ssl – SSL wrapper for socket objects
    • gevent.select
  • Synchronization primitives
    • gevent.event – Notifications of multiple listeners
    • gevent.queue – Synchronized queues
    • gevent.lock – Locking primitives
  • gevent.pool – Managing greenlets in a group
  • Implementing servers
    • gevent.server – TCP/SSL server
    • gevent.pywsgi
    • gevent.wsgi
  • gevent.local – Greenlet-local objects
  • gevent.monkey – Make the standard library cooperative
  • gevent.core - event loop based on libev
    • events
    • misc functions
  • gevent.backdoor

Next page: gevent – basic utilities

Navigation

  • Next: gevent – basic utilities
  • Previous: Introduction

Related pages

  • Code examples
 

© 2009-2013 Denis Bilenko

 

Blog | Code | Docs | Download | Mailing list | Issue tracker | IRC | Page Top ↑