[Haskell-cafe] readMVar and the devils

MR K P SCHUPKE k.schupke at imperial.ac.uk
Fri Jul 2 05:32:33 EDT 2004


at a guess the magic take put is:

	block ( do 
		a <- takeMVar x
		putMVar x a
	)
	return a

Keean.


More information about the Haskell-Cafe mailing list