BSD-3-Clause licensed by Simon Marechal
Maintained by [email protected]
This version can be pinned in stack with:stm-firehose-0.3.0.2@sha256:a9854067d032bbbf5598a2cb22af567235246788364a0cb85d563d5e4132713a,2085

Module documentation for 0.3.0.2

stm-firehose

Build Status stm-firehose on Stackage LTS 3 stm-firehose on Stackage Nightly

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.

See the haddocs for detailled information.