Stm-chans

From Free Software Directory
Revision as of 10:55, 18 August 2015 by WikiSysop (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


[edit]

Stm-chans

http://hackage.haskell.org/package/stm-chans
additional types of channels for STM; documentation

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 the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.





Licensing

License

Verified by

Verified on

Notes

Verified by

Debian: Joachim Breitner <nomeata@debian.org>

Verified on

4 August 2014

Notes

License: bsd-3-clause




Leaders and contributors

Contact(s)Role
wren ng thornton contact


Resources and communication

AudienceResource typeURI
Downloadhttp://hackage.haskell.org/package/stm-chans
Debian (Ref) (R)https://tracker.debian.org/pkg/haskell-stm-chans


Software prerequisites




Entry




Date 2015-07-17
Source Debian
Source link http://packages.debian.org/sid/haskell-stm-chans

[[Category:]]





"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.






Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.