Commit c814ce0f authored by Denis Bilenko's avatar Denis Bilenko

pool: remove redundant call

parent f2029aa5
......@@ -87,7 +87,6 @@ class GreenletSet(object):
if not block:
break
joinall(self.greenlets)
joinall(self.dying)
finally:
t.cancel()
......
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