Such an easy solution, works like a charm!
Thanks a lot!
-- Erich
On Wed, 31 Aug 2016 11:46:44 -0600
Matthew Flatt wrote:
> Hi Erich,
>
> Use `yield` in place of `sync`. Using `yield` will wait for the thread
> to complete in the same way as `sync`, but it will dispatch GUI events
> while wai
Hi Erich,
Use `yield` in place of `sync`. Using `yield` will wait for the thread
to complete in the same way as `sync`, but it will dispatch GUI events
while waiting.
Matthew
At Wed, 31 Aug 2016 18:10:17 +0100, Erich Rast wrote:
> Hi!
>
> I have a problem with the interplay between the racket G
2 matches
Mail list logo