Changelog for stm-2.4.3
Changelog for stm
package
2.4.3 Mar 2014
-
Update behaviour of
newBroadcastTChanIO
to matchnewBroadcastTChan
in causing an error on a read from the broadcast channel -
Add
mkWeakTVar
-
Add
isFullTBQueue
-
Fix
TChan
created vianewBroadcastTChanIO
to throw same exception on areadTChan
as when created vianewBroadcastTChan
-
Update to Cabal 1.10 format
2.4.2 Nov 2012
-
Add
Control.Concurrent.STM.TSem
(transactional semaphore) -
Add Applicative/Alternative instances of STM for GHC <7.0
-
Throw proper exception when
readTChan
called on a broadcastTChan
2.4 Jul 2012
-
Add
Control.Concurrent.STM.TQueue
(a fasterTChan
) -
Add
Control.Concurrent.STM.TBQueue
(a bounded channel based onTQueue
) -
Add
Eq
instance forTChan
-
Add
newBroadcastTChan
andnewBroadcastTChanIO
-
Some performance improvements for
TChan
-
Add
cloneTChan