[racket] plot-frame does not wait at end of process
Just now, Robby Findler wrote:
> Neil has done this intentionally (making plot-frame create its own
> eventspace).
Yes, I know. And it even started from a similar use case of a quick
progran that shows a plot. IMO, it is the wrong fix, because it
forces the non-trivial sync line. It would be much better if the
plotting itself would do the waiting (and maybe not even do the new
namespace), at least by default.
> On Mon, Mar 11, 2013 at 7:26 AM, Eli Barzilay <eli at barzilay.org> wrote:
>
> Three hours ago, Laurent wrote:
> > On Mon, Mar 11, 2013 at 10:12 AM, Danny Yoo <dyoo at hashcollision.org>
> wrote:
> >
> > (sync (send f get-eventspace))
> >
> > Thanks Danny, exactly what I need!
> > (I had forgotten `sync' and `get-eventspace' could be combined...)
>
> Since this is not the first time it comes up -- Neil: How about fixing
> this?
>
> --
> ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
> http://barzilay.org/ Maze is Life!
> ____________________
> Racket Users list:
> http://lists.racket-lang.org/users
>
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!