[racket] plot-frame does not wait at end of process

From: Laurent (laurent.orseau at gmail.com)
Date: Mon Mar 18 03:06:22 EDT 2013

On Sun, Mar 17, 2013 at 10:41 PM, Eli Barzilay <eli at barzilay.org> wrote:

> Four hours ago, Laurent wrote:
> > Thank you Robby, yes it helps.
> >
> > Based on this, I gave a try at writing a small example that
> > describes some particularities of using yield or sync or creating a
> > new eventspace with or without a thread:  [...]
>
> I think that like Robby said, `yield' should be taken as something
> that is needed rarely, only when you're doing some kind of nested GUI
> stuff.


Ok. I did not mean "that's how `yield' is supposed to be used", but rather
"that's how `yield' behaves".


>  So to go back to the original question (hence reverting the
> subject line), here are some examples that I think show why `plot'
> should change back, and I think that the last example shows an easier
> way to deal with the main thread blocking.  See the comments.
>

This looks good to me, but then maybe there should be some lines in the
docs that explain how to create several plots like this (even if it can be
deduced from the rest of the docs, it's not trivial).

Laurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130318/b47a3963/attachment.html>

Posted on the users mailing list.