We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11e9b85 + 3821879 commit 431ea35Copy full SHA for 431ea35
1 file changed
graphql/execution/executors/gevent.py
@@ -14,6 +14,7 @@ def __init__(self):
14
def wait_until_finished(self):
15
[j.join() for j in self.jobs]
16
# gevent.joinall(self.jobs)
17
+ self.jobs = []
18
19
def execute(self, fn, *args, **kwargs):
20
promise = Promise()
0 commit comments