[Haskell-cafe] Parallel executing of actions

Mitar mmitar at gmail.com
Mon Apr 16 06:30:14 EDT 2007


Hi!

On 4/16/07, Bertram Felgenhauer <bertram.felgenhauer at googlemail.com> wrote:
> > Since all the threads block on a single MVar how do they run in
> > parallel?
>
> The idea is that before the threads block on the MVar, they run their
> action x to completion.

The rendering crashes. I will have to precompute the values in threads
someway and then sequentially draw it? Any suggestion how to do that?


Mitar


More information about the Haskell-Cafe mailing list