[Haskell-beginners] Parallel mutation

Daniel Fischer daniel.is.fischer at web.de
Tue Dec 8 16:37:41 EST 2009


Am Dienstag 08 Dezember 2009 21:56:45 schrieb Jon Harrop:
> Can you mutate different parts of the same array from different threads in
> parallel using GHC? Someone once told me this was possible but I cannot see
> how...
You can (take a look at Control.Concurrent), but very probably ***You really shouldn't***, 
so I won't elaborate.

What would you want to do that for?


More information about the Beginners mailing list