#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 25 Jun 2019 07:56:39 +0200
changeset 24352 9937850c76ee
parent 24351 fd7235316291
child 24353 60396a765720
#DOCUMENTATION by cg class: RecursionLock category of: #signalForAll #signalIf #signalOnce #waitUncounted #waitUncountedWithTimeoutMs:
RecursionLock.st
--- a/RecursionLock.st	Tue Jun 25 07:55:41 2019 +0200
+++ b/RecursionLock.st	Tue Jun 25 07:56:39 2019 +0200
@@ -111,7 +111,7 @@
     "Created: / 20-02-2017 / 15:55:38 / stefan"
 ! !
 
-!RecursionLock methodsFor:'not implemented'!
+!RecursionLock methodsFor:'blocked protocol'!
 
 signalForAll
     ^ self shouldNotImplement