libghc-stm-chans-prof

additional types of channels for STM; profiling libraries

Description

Additional types of STM channels:
 * TBChan: a version of TChan where the queue is bounded in length
 * TBMChan: a version of TChan where the queue is bounded in length
   and closeable.
 * TBMQueue: a version of TQueue where the queue is bounded in length
   and closeable.
 * TMChan: a version of TChan where the queue is closeable. This is
   similar to a TChan (Maybe a) with a monotonicity guarantee that
   once there's a Nothing there will always be Nothing.
 * TMQueue: a version of TQueue where the queue is closeable. This is
   similar to a TQueue (Maybe a) with a monotonicity guarantee that
   once there's a Nothing there will always be Nothing.

This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://wrengr.org/software/hackage.html


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libghc-stm-chans-prof