ProcSched.st
changeset 2727 853b7910cff2
parent 2724 9fb9ea4bf858
child 2830 f82adeef20af
--- a/ProcSched.st	Sat Jun 28 16:59:54 1997 +0200
+++ b/ProcSched.st	Sat Jun 28 17:05:51 1997 +0200
@@ -1449,6 +1449,10 @@
 	]
     ].
 
+    "/ the returned value here has a subtle effect:
+    "/ if false, the interrupt is assumed to be not taken,
+    "/ and will be redelivered.
+
     ^ activeProcess interruptedIn:s
 
     "Modified: 20.10.1996 / 17:06:48 / cg"
@@ -2527,6 +2531,6 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ProcSched.st,v 1.134 1997-06-28 14:35:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ProcSched.st,v 1.135 1997-06-28 15:05:34 cg Exp $'
 ! !
 ProcessorScheduler initialize!