chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] thread-sleep! using milliseconds->time is broken


From: Daishi Kato
Subject: Re: [Chicken-users] thread-sleep! using milliseconds->time is broken
Date: Tue, 08 Apr 2008 06:59:15 +0900
User-agent: Wanderlust/2.15.5 (Almost Unreal) Emacs/21.4 Mule/5.0 (SAKAKI)

(thread-sleep! (milliseconds->time (+ 500 (current-milliseconds))))

should be file. --daishi

At Mon, 7 Apr 2008 11:47:26 -0600,
Jim Ursetto wrote:
> 
> So I need to do this?
> 
> (thread-sleep!
>   (milliseconds->time (+ 500 (time->milliseconds (current-time)))))
> 
> On 4/7/08, felix winkelmann <address@hidden> wrote:
> > >  #;3> (thread-sleep! (milliseconds->time 1000))  ; returns immediately
> > The seconds/milliseconds argument must be absolute, not relative.
> > As specified in srfi-18:
> 
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users
> 
> ******************************
>  XREA.COM -Free Web Hosting-
>  http://www.xrea.com/
> ******************************




reply via email to

[Prev in Thread] Current Thread [Next in Thread]