So I need to do this? (thread-sleep! (milliseconds->time (+ 500 (time->milliseconds (current-time)))))
On 4/7/08, felix winkelmann <[EMAIL PROTECTED]> 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 [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
