Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gevent / docs / api / gevent.timeout.rst
Size: Mime:
======================
 Cooperative Timeouts
======================

Cooperative timeouts can be implemented with the
:class:`gevent.Timeout` class, and the helper function
:func:`gevent.with_timeout`.

.. autoclass:: gevent.Timeout
    :members:
    :undoc-members:
    :special-members: __enter__, __exit__