concurrent-split
Version 0.0 revision 0 uploaded by HenningThielemann.
Package meta
- Synopsis
- MVars and Channels with distinguished input and output side
- Description
MVars and Channels with distinguished input and output side. When threads communicate via an MVar or a Chan there are often clearly defined roles, which thread is the sender and which one is receiver. We provide wrappers around the standard concurrency communication channels that make the distinction clear and type safe.
For example, if a function has a parameter of type
TChan.In
then it is sure that it will only write to that channel. Additionally if the compiler warns about an unusedTChan.Out
that was created byTChan.new
then you know that the receiver part of your communication is missing.See also package
stm-split
for transactional communication. This package follows the same idea aschan-split
but is strictly Haskell 98.- Author
- Henning Thielemann <haskell@henning-thielemann.de>
- Bug reports
- n/a
- Category
- Concurrent
- Copyright
- n/a
- Homepage
- n/a
- Maintainer
- Henning Thielemann <haskell@henning-thielemann.de>
- Package URL
- n/a
- Stability
- n/a