Popularity
4.6
Growing
Activity
0.0
Stable
4
4
2

Monthly Downloads: 14
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Network    
Latest version: v0.3.0

stm-firehose alternatives and similar packages

Based on the "Networking" category.
Alternatively, view stm-firehose alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of stm-firehose or a related project?

Add another 'Networking' Package

README

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.