Delay>>waitOtherwise:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Delay>>waitOtherwise:

Ben Coman
I think I made a mistake introducing  Delay>>waitOtherwise:
to be used by  World>>interCyclePause: .
Its requirement that #schedule: return a boolean
complicates all those methods.

In review now, I was being too conservative while letting the
refactored delay scheduler code settle in.  Would anyone mind if I
revert that?

cheers -ben

Reply | Threaded
Open this post in threaded view
|

Re: Delay>>waitOtherwise:

stepharo


Le 25/11/15 14:07, Ben Coman a écrit :
> I think I made a mistake introducing  Delay>>waitOtherwise:
> to be used by  World>>interCyclePause: .
> Its requirement that #schedule: return a boolean
> complicates all those methods.
>
> In review now, I was being too conservative while letting the
> refactored delay scheduler code settle in.  Would anyone mind if I
> revert that?

Not me :) I appreciate all the energy and concentration you put on this
central
point.
>
> cheers -ben
>
>