Open
Description
fs-sim/fs-sim/src/System/FS/Sim/STM.hs
Lines 77 to 86 in 2d85d65
If an exception happens between takeTMVar
and putTMVar
, then the TMVar
will be left empty. This is a potential deadlock situation
fs-sim/fs-sim/src/System/FS/Sim/STM.hs
Lines 77 to 86 in 2d85d65
If an exception happens between takeTMVar
and putTMVar
, then the TMVar
will be left empty. This is a potential deadlock situation