Re: [Pharo-users] Minimal delay in Pharo...

2015-06-11 Thread Thierry Goubier
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

Re: [Pharo-users] Minimal delay in Pharo...

2015-06-11 Thread Ben Coman
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?