warning in documentation
authorClaus Gittinger <cg@exept.de>
Sun, 07 Jun 1998 02:44:07 +0200
changeset 3524 b5fe623f0e4d
parent 3523 a17c19727c11
child 3525 26fe903e0250
warning in documentation
RecursionLock.st
--- a/RecursionLock.st	Sun Jun 07 02:11:50 1998 +0200
+++ b/RecursionLock.st	Sun Jun 07 02:44:07 1998 +0200
@@ -42,6 +42,11 @@
     I.e. allows reentering the critical region IFF the current process 
     is the one which did the original locking.
 
+    WARNING:
+        for now, recursionLocks are not unlocked when an image is
+        restarted. You may have to recreate them to avoid a deadLock.
+        (this may change in the future, but recreating a recursionLock in
+         the #earlyRestart handling does not hurt)
 
     [author:]
         Claus Gittinger
@@ -185,5 +190,5 @@
 !RecursionLock class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/RecursionLock.st,v 1.19 1998-03-06 15:27:23 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/RecursionLock.st,v 1.20 1998-06-07 00:44:07 cg Exp $'
 ! !