dev-haskell/concurrent-split (haskell)

Search

Package Information

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 unused @TChan.Out@ that was created by @TChan.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 as @chan-split@ but is strictly Haskell 98.
Homepage:
https://hackage.haskell.org/package/concurrent-split
License:
BSD

Versions

Version EAPI Keywords Slot
0.0.1.1 8 ~amd64 0/0.0.1.1

Metadata

Description

Maintainers

Raw Metadata XML
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		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.
		
		See also package @stm-split@ for transactional communication.
		This package follows the same idea as @chan-split@ but is strictly Haskell 98.
	</longdescription>
</pkgmetadata>

Lint Warnings

Manifest

Type File Size Versions
DIST concurrent-split-0.0.1.1.tar.gz 2532 bytes 0.0.1.1
Unmatched Entries
Type File Size