make triple-sure that the future scheduler is properly shutdown (see also 702278df3b57);
authorwenzelm
Mon, 10 Feb 2014 22:22:06 +0100
changeset 55386 0c15ac6edcf7
parent 55385 169e12bbf9a3
child 55387 51f0876f61df
make triple-sure that the future scheduler is properly shutdown (see also 702278df3b57);
src/Pure/System/session.ML
--- a/src/Pure/System/session.ML	Mon Feb 10 22:08:18 2014 +0100
+++ b/src/Pure/System/session.ML	Mon Feb 10 22:22:06 2014 +0100
@@ -57,6 +57,7 @@
   Outer_Syntax.check_syntax ();
   Future.shutdown ();
   Event_Timer.shutdown ();
+  Future.shutdown ();
   session_finished := true);