concurrent-split: MVars and Channels with distinguished input and output side
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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 unused TChan.Out
that was created by TChan.new
then you know that the receiver part of your communication is missing.
This package requires only Haskell 98.
Related packages:
stm-split
: transactional communication inSTM
monadchan-split
: follows the same idea as this package andstm-split
but requires multi-parameter type classes with functional dependencies.privileged-concurrency
:split-channel
:
Properties
Versions | 0.0, 0.0.0.1, 0.0.0.2, 0.0.1, 0.0.1.1, 0.0.1.1 |
---|---|
Change log | None available |
Dependencies | base (>=4 && <5) [details] |
License | BSD-3-Clause |
Author | Henning Thielemann <haskell@henning-thielemann.de> |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Category | Concurrent |
Source repo | this: darcs get http://hub.darcs.net/thielema/concurrent-split/ --tag 0.0.1.1 head: darcs get http://hub.darcs.net/thielema/concurrent-split/ |
Uploaded | by HenningThielemann at 2018-10-22T11:40:47Z |
Modules
[Index] [Quick Jump]
- Control
Downloads
- concurrent-split-0.0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees