stm-firehose

Conduits and STM operations for fire hoses.

Version on this page:0.3.0
Stackage Nightly 2015-12-17:0.3.0.2
Latest on Hackage:0.3.0.2

See all snapshots stm-firehose appears in

BSD-3-Clause licensed by Simon Marechal
Maintained by [email protected]
This version can be pinned in stack with:stm-firehose-0.3.0@sha256:5e41083fa1513c4be5877031ab43c96939fab966780db7165bebb0a70c1f3e2a,1942

Module documentation for 0.3.0

A fire hose is a component in a message passing system that let clients tap into the message flow. This module provides low level (built on STM channels) and high level (based on conduits) building blocks. It should work with a fixed amount of memory, and has non blocking write operations.