Le 12/06/2015 04:08, Ben Coman a écrit :
On Fri, Jun 12, 2015 at 1:00 AM, Thierry Goubier
wrote:
Hi all,
anybody knows if, when doing something like:
(Delay forMilliseconds: n) wait
It is possible for the Delay to return immediately if n is small enough or
do we have a guaranteed behavior of
On Fri, Jun 12, 2015 at 1:00 AM, Thierry Goubier
wrote:
> Hi all,
>
> anybody knows if, when doing something like:
>
> (Delay forMilliseconds: n) wait
>
> It is possible for the Delay to return immediately if n is small enough or
> do we have a guaranteed behavior of at least a 'yield' equivalent?