SharedCollection.st
changeset 4336 f330feaa0125
parent 4291 a67c299b4c60
child 4355 9d6595f00a6e
--- a/SharedCollection.st	Sat Feb 18 00:26:06 2017 +0100
+++ b/SharedCollection.st	Sat Feb 18 10:49:20 2017 +0100
@@ -88,7 +88,13 @@
 !SharedCollection class methodsFor:'instance creation'!
 
 for:aCollection
+    "create and return a new shareCollection which protects
+     access to aCollection.
+     I.e. to return a threadSave accessor on it."
+     
     ^ self new initializeFor:aCollection
+
+    "Modified (comment): / 18-02-2017 / 10:49:03 / cg"
 ! !
 
 !SharedCollection methodsFor:'converting'!