Commit c814ce0f authored by Denis Bilenko's avatar Denis Bilenko

pool: remove redundant call

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