ProcessorScheduler.st
changeset 20869 86fa4bf29d65
parent 20810 86f0131cd99a
child 20881 6a895fbce7d6
--- a/ProcessorScheduler.st	Mon Nov 07 11:06:34 2016 +0100
+++ b/ProcessorScheduler.st	Mon Nov 07 11:28:39 2016 +0100
@@ -3788,7 +3788,9 @@
         "/ (and anyTimeouts is false, which means that no timeout blocks are present)
         "/ and no readSemaphores are present (which means that noone is waiting for input)
         "/ and no writeSemaphores are present
-        self checkForEndOfDispatch.
+        
+        "/ cg: changed to only check when a process terminated
+        "/ self checkForEndOfDispatch.
         dispatching ifFalse:[
             ^ self
         ].