Merge pull request #1147 from gevent/monitor-events
Start having the monitor thread emit events for monitored conditions.
Showing
... | @@ -23,10 +23,15 @@ idna | ... | @@ -23,10 +23,15 @@ idna |
psutil | psutil | ||
# benchmarks use this | # benchmarks use this | ||
perf | perf | ||
# Used in a test | # Events | ||
zope.event | |||
zope.interface | zope.interface | ||
# Tests | |||
requests | requests | ||
# For viewing README.rst (restview --long-description), | # For viewing README.rst (restview --long-description), | ||
# CONTRIBUTING.rst, etc. | # CONTRIBUTING.rst, etc. | ||
# https://github.com/mgedmin/restview | # https://github.com/mgedmin/restview | ||
restview | restview | ||
-r rtd-requirements.txt |
cython >= 0.23.4 | cython >= 0.28 | ||
repoze.sphinx.autointerface |
src/gevent/events.py
0 → 100644
Please register or sign in to comment