1 Mar 2012 04:45
ANN: stm-chans 1.3.1
wren ng thornton <wren <at> freegeek.org>
2012-03-01 03:45:19 GMT
2012-03-01 03:45:19 GMT
--------------------------------------------
-- stm-chans 1.3.1
--------------------------------------------
The stm-chans package offers a collection of channel types, similar to
Control.Concurrent.STM.TChan but with additional features.
--------------------------------------------
-- Changes (since 1.2.0)
--------------------------------------------
* (Version 1.3.1) The new stm-2.3 has finally been released with all the
new optimized operations on TVars, TMVars, and TChans. I've updated the
CPP macros in the Compat modules so that now they will actually switch
over to the optimized implementations (instead of waiting for stm-9.0 :)
It's highly recommended that all users bump their minimum stm-chans
requirement to version 1.3.1.
* (Version 1.3.0) Added Control.Concurrent.STM.TMVar.Compat for the
stm-2.3 function tryReadTMVar.
--------------------------------------------
-- Long description
--------------------------------------------
In particular stm-chans offers these types:
* Control.Concurrent.STM.TBChan: Bounded FIFO channels.
When the channel is full, writers will block/retry. This ensures
(Continue reading)
RSS Feed