On 4/7/08, Graham Fawcett <[EMAIL PROTECTED]> wrote:
> On Mon, Apr 7, 2008 at 1:47 PM, Jim Ursetto <[EMAIL PROTECTED]> wrote:
> > So I need to do this?
> >
> >  (thread-sleep!
> >   (milliseconds->time (+ 500 (time->milliseconds (current-time)))))
>
> Just this:
> (thread-sleep! 0.5)

That would be the easy solution, yeah.  But it can not be accomplished from
within an egg using (declare fixnum-arithmetic) unless you call into another
compilation unit.  As far as I know.  And I don't want to introduce a
dependency on a single-function egg.


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to