At Fri, 17 Feb 2012 15:04:09 +0100, Rüdiger Asche wrote: > according to the Racket docs, the smallest amount of time a thread can > be put to sleep is 1 second.
Because the argument to `sleep' is in seconds? The argument is a real number, so you can use `0.05' to request a 50-millisecond sleep. ____________________ Racket Users list: http://lists.racket-lang.org/users