Semaphore.st
changeset 1273 f8449f53a6a3
parent 1185 2b24258b4f24
child 1294 e26bbb61f6b2
--- a/Semaphore.st	Tue Apr 23 20:21:30 1996 +0200
+++ b/Semaphore.st	Tue Apr 23 21:33:27 1996 +0200
@@ -51,6 +51,11 @@
     See 'Processor>>signal:afterSeconds:', 'Processor>>signal:onInput:' etc.
 
     See examples in doc/coding.
+
+    [see also:]
+        SemaphoreSet RecursionLock
+        SharedQueue Delay 
+        Process ProcessorScheduler
 "
 ! !
 
@@ -438,5 +443,5 @@
 !Semaphore class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.33 1996-04-16 10:58:39 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.34 1996-04-23 19:33:27 cg Exp $'
 ! !