[squeak-dev] Direct implementation of shift/reset in Smalltalk

radoslav hodnicak rh at 4096.sk
Fri Apr 22 19:02:54 UTC 2011


Can you post some snippets of your code that demonstrates how you use
it? I mostly understand what shift/resets does, but I'm not seeing how
I would use it in practice or what kind of problems it's good for.

rado

On Fri, Apr 22, 2011 at 7:44 PM, Balázs Kósi <rebmekop at gmail.com> wrote:
> Hi,
>
> You have a happy user already :) We are using your library to order a
> list of jobs. The jobs proceed up to a point where they need to access
> external resources, there they throw a notification, which we catch
> and put the job containing its partial continuation into a priority
> queue in order to access the resources in a balanced manner. Then we
> resume the continuations in this changed order.
>
> Balázs
>
>



More information about the Squeak-dev mailing list