checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 23 Apr 1996 21:34:05 +0200
changeset 251 58fc29adb012
parent 250 3adcdc3d08fd
child 252 d52b05d6637a
checkin from browser
SharedQueue.st
--- a/SharedQueue.st	Tue Apr 23 21:32:29 1996 +0200
+++ b/SharedQueue.st	Tue Apr 23 21:34:05 1996 +0200
@@ -47,6 +47,10 @@
     For nonBlocking read, use #isEmpty; for nonBlocking write, use #isFull.
 
     See samples in doc/coding.
+
+    [see also:]
+        Semaphore
+        Process
 "
 ! !
 
@@ -139,5 +143,5 @@
 !SharedQueue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/SharedQueue.st,v 1.13 1995-12-16 12:47:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/SharedQueue.st,v 1.14 1996-04-23 19:34:05 cg Exp $'
 ! !