Semaphore.st
branchjv
changeset 17751 b2273fa8d59f
parent 17736 26cfea63471d
child 17761 b0e5971141bc
--- a/Semaphore.st	Sat Feb 13 18:48:33 2010 +0000
+++ b/Semaphore.st	Sat Feb 13 23:34:44 2010 +0000
@@ -816,7 +816,7 @@
 !
 
 waitWithTimeout:seconds
-    "wait for the semaphore, but abort the wait after some time.
+    "wait for the semaphore, but abort the wait after some time (seconds).
      return the receiver if the semaphore triggered normal, nil if we return
      due to a timeout. 
      The seconds-argument may be a float (i.e. use 0.1 for a 100ms timeout).
@@ -920,9 +920,10 @@
 !Semaphore class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Semaphore.st 10482 2009-12-04 20:30:11Z vranyj1 $'
+    ^ '$Id: Semaphore.st 10501 2010-02-13 23:34:44Z vranyj1 $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.82 2009/12/03 11:09:04 stefan Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.83 2010/02/05 12:58:06 cg Exp §'
 ! !
+