Delay.st
changeset 7590 e318df34c74e
parent 7425 de40123f867c
child 8254 73b6109ab982
equal deleted inserted replaced
7589:2ac0ac814fc8 7590:e318df34c74e
   289     ] ifFalse:[
   289     ] ifFalse:[
   290         Processor signal:delaySemaphore atMilliseconds:resumptionTime.
   290         Processor signal:delaySemaphore atMilliseconds:resumptionTime.
   291     ].
   291     ].
   292 ! !
   292 ! !
   293 
   293 
   294 
       
   295 !Delay class methodsFor:'documentation'!
   294 !Delay class methodsFor:'documentation'!
   296 
   295 
   297 version
   296 version
   298     ^ '$Header: /cvs/stx/stx/libbasic/Delay.st,v 1.33 2003-06-18 13:40:19 cg Exp $'
   297     ^ '$Header: /cvs/stx/stx/libbasic/Delay.st,v 1.34 2003-08-29 19:23:34 cg Exp $'
   299 ! !
   298 ! !