in reply to long computation in TK

Thanks for all your answers. I have decided that my own design is 'good enough' for my own use on my own machine. In fact, I like the way the image develops, serving as its own 'progress bar'. Fork and thread solutions are beyond my current skill. That has got to change. (future versions???). The 'class' suggestion seems like a minor change which provides the 'stop' function in a natural way. I expect to adopt it soon. I do not see much difference between the global $y and the closure over $y. The class approach makes that issue moot anyhow.
Bill

Replies are listed 'Best First'.
Re^2: long computation in TK
by zentara (Cardinal) on Jun 27, 2018 at 20:36 UTC
      Right now I am taking a break to enjoy my success. I am keeping a long and growing list of possible future features and enhancements. Thanks for the contribution. (I suspect that your examples will prove useful even if they are not used directly.)
      Bill