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 / src / gevent / tests / test__sleep0.py
Size: Mime:
import gevent
from gevent.testing.util import alarm


alarm(3)


with gevent.Timeout(0.01, False):
    while True:
        gevent.sleep(0)