As is seconds->time.  Using SVN 10369.

#;1> (thread-sleep! 1)       ; sleeps for 1 second
#;2> (thread-sleep! (seconds->time 1))       ; returns immediately
#;3> (thread-sleep! (milliseconds->time 1000))  ; returns immediately

Looks like the contents of the time structure doesn't match what
##sys#compute-time-limit is looking for.


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to