chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] usleep?


From: felix winkelmann
Subject: Re: [Chicken-users] usleep?
Date: Thu, 5 May 2005 23:51:08 +0200

On 5/5/05, Graham Fawcett <address@hidden> wrote:
> Is there any reason why (usleep) is not included in the standard
> library? (Or, why sleep couldn't handle a non-integral argument, like
> (sleep 0.5))?
> 

`sleep' is a direct alias for the sleep(3) call. And usleep isn't POSIX.
(That doesn't mean that your suggestion wouldn't be useful - as you said,
it would be easy to add, but one has to draw a line somewhere...;-)

Usually I use `thread-sleep!'


cheers,
felix




reply via email to

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