On Nov  9, Robby Findler wrote:
> I would guess it would be a better fit for GUI interactivity. Use a
> low priority callback to trigger each quantum of work.

I think that in general the idle timer is even better than a low
priority callback -- I was concerned that there's some constant gui
activity that will make the idle timer solution starve, but it doesn't
look like that's a problem.  (Maybe it will be when more stuff is done
in Scheme?)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!
_________________________________________________
  For list-related administrative tasks:
  http://list.cs.brown.edu/mailman/listinfo/plt-dev

Reply via email to