On Tue, 21 Jan 2003 08:56:55 +0100 Martin Huschenbett <[EMAIL PROTECTED]> wrote:
> I just started some multithreaded programming and as I am > a newbie, I've gat a question. > > 1.) What are the differences between IORefs and MVars? Mvars ensure mutual exclusion, and they can be used as sinchronyzing structures because they can be "empty" or "full"; they are not just like variables. > 2.) What are CVars for? > Where did you find CVars? Vincenzo -- Teatri vuoti e inutili potrebbero affollarsi se tu ti proponessi di recitare te [CCCP] _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe
