#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Mon, 14 May 2018 09:40:27 +0200
changeset 22918 ed09bf19e476
parent 22917 cefccd43b35a
child 22919 1f77f065b31e
#FEATURE by cg class: TimeDuration added: #wait
TimeDuration.st
--- a/TimeDuration.st	Mon May 14 09:38:25 2018 +0200
+++ b/TimeDuration.st	Mon May 14 09:40:27 2018 +0200
@@ -587,6 +587,12 @@
     "
 ! !
 
+!TimeDuration methodsFor:'Compatibility-Squeak'!
+
+wait
+    Delay waitFor:self
+! !
+
 !TimeDuration methodsFor:'accessing'!
 
 days