summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-19 14:13:52 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-19 14:13:52 +0100
commit5b93178ab50eb1047ee83111dc131707852d2156 (patch)
tree8df1844a1d0b27ad8cc275b72ac868082ddd0dd9
parent436857ea6c34a641d1e17cb4eacda82830e2904b (diff)
downloadaioeventlet-5b93178ab50eb1047ee83111dc131707852d2156.tar.gz
oops, revert unwanted change
-rw-r--r--aiogreen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/aiogreen.py b/aiogreen.py
index 10a17a8..5a00043 100644
--- a/aiogreen.py
+++ b/aiogreen.py
@@ -355,6 +355,7 @@ class EventLoop(BaseEventLoop):
stop_event.wait()
finally:
self._stop_event = None
+ self._scheduler.stop()
# Stop the greenthread of the thread queue.
# call_soon_threadsafe() can still be called, handles will be
# stored in the thread queue.