haskell · haskell/BlockedIndefinitelyOnMVar
BlockedIndefinitelyOnMVar
BlockedIndefinitelyOnMVar
Thrown when a thread is blocked on an MVar operation and the runtime determines that no other thread holds a reference to that MVar, so the block can never be resolved. Indicates a localised deadlock on that specific MVar.