[Haskell-cafe] BlockedIndefinitelyOnMVar exception

Edward Z. Yang ezyang at MIT.EDU
Thu Mar 31 11:41:25 CEST 2011


I don't know if there's a way to disable it, but you can wrap all your
spawned threads with an exception handler that catches BlockedIndefinitelyOnMVar
and ignores it. If the thread blocks indefinitely, it's as good as dead,
so there won't be any difference in behavior.

Cheers,
Edward



More information about the Haskell-Cafe mailing list