stm-firehose: Conduits and STM operations for fire hoses.

[ bsd3, library, network ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Last Documentation]

  • Control
    • Concurrent
      • STM
        • Control.Concurrent.STM.Firehose
  • Data
    • Conduit
      • Network
        • Data.Conduit.Network.Firehose

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.2, 0.1.3, 0.1.4, 0.2.1, 0.3.0, 0.3.0.2
Dependencies base (>=4.6 && <5), blaze-builder (>=0.4 && <0.5), conduit (>=1.2 && <1.3), http-types (>=0.8 && <0.9), resourcet (>=1.1), stm (>=2.4 && <2.5), stm-chans (>=3.0 && <3.1), stm-conduit (>=2.6 && <2.8), transformers (>=0.4 && <0.5), wai (>=3.0 && <3.1), wai-conduit (>=3 && <4), warp (>=3.1 && <3.2) [details]
License BSD-3-Clause
Author Simon Marechal
Maintainer bartavelle@gmail.com
Category Network
Home page https://github.com/bartavelle/stm-firehose
Bug tracker https://github.com/bartavelle/stm-firehose/issues
Source repo head: git clone git://github.com/bartavelle/stm-firehose.git
Uploaded by SimonMarechal at 2015-12-09T06:53:06Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 3829 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-29 [all 2 reports]

Readme for stm-firehose-0.3.0.2

[back to package description]

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.