Commit 22112e7a authored by Denis Bilenko's avatar Denis Bilenko

add a comment

parent b50bfa27
......@@ -187,7 +187,7 @@ class Hub(greenlet):
try:
self.switch()
except DispatchExit, ex:
if ex.code == 1:
if ex.code == 1: # no more events registered?
return
raise
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment