chicken-users
[Top][All Lists]
Advanced

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

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


From: Jim Ursetto
Subject: [Chicken-users] thread-sleep! using milliseconds->time is broken
Date: Mon, 7 Apr 2008 00:16:28 -0600

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.




reply via email to

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