Fix bugs regarding asynchronous exceptions and laziness in Control.Concurrent.SampleVar
authorBas van Dijk <v.dijk.bas@gmail.com>
Thu, 18 Mar 2010 20:01:04 +0000 (20:01 +0000)
committerBas van Dijk <v.dijk.bas@gmail.com>
Thu, 18 Mar 2010 20:01:04 +0000 (20:01 +0000)
commit17b054f33fe1ac862a2628b8816ae460428da701
tree3e3f0f665a7e04a91d5f56ccd71433a302d44a0e
parent4efca33ed97059439d1651743e08248b35aba02b
Fix bugs regarding asynchronous exceptions and laziness in Control.Concurrent.SampleVar
 - Block asynchronous exceptions at the right places
 - Force thunks before putting them in a MVar
Control/Concurrent/SampleVar.hs