gevent

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

API reference¶

  • gevent – basic utilities
    • Greenlet objects
      • Boolean Contexts
      • Raw greenlet Methods
    • Spawn helpers
    • Useful general functions
      • Sleeping
      • Stopping Greenlets
      • Waiting
      • Working with muliple processes
      • Signals
    • Timeouts
  • Networking interfaces
    • gevent.socket – Cooperative low-level networking interface
      • Python 2 interface
      • Gevent Extensions
        • Waiting
    • gevent.ssl – Secure Sockets Layer (SSL/TLS) module
      • Python 3 interface
      • Python 2.7.9 and above interface (including PyPy 2.6.0)
      • Python 2.7.8 and below interface (including PyPy 2.5.0)
    • gevent.select – Waiting for I/O completion
  • Synchronization primitives
    • gevent.event – Notifications of multiple listeners
    • gevent.queue – Synchronized queues
    • gevent.lock – Locking primitives
  • Implementing servers
    • gevent.wsgi – Backwards compatibility alias for gevent.pywsgi
  • Name Resolution (DNS)
    • Configuration
  • gevent.backdoor – Interactive greenlet-based network console that can be used in any process
  • gevent.fileobject – Wrappers to make file-like objects cooperative
    • Configuration
  • gevent.local – Greenlet-local objects
  • gevent.monkey – Make the standard library cooperative
  • gevent.pool – Managing greenlets in a group
  • gevent.queue – Synchronized queues
  • gevent.subprocess – Cooperative subprocess module
  • gevent.threadpool - A pool of native threads
  • Low-level details
    • gevent.hub - Event-loop hub
    • gevent.core - event loop based on libev
      • events
      • misc functions

Next page: gevent – basic utilities

Navigation

  • Next: gevent – basic utilities
  • Previous: What’s new in gevent 1.1

Related pages

  • Code examples
 

version 1.1b4.dev0 © 2009-2015 Denis Bilenko, gevent contributors

 

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