write-buffer-stm: A write buffer for STM channels and queues.

[ bsd3, library, web ] [ Propose Tags ]

See README.md


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies base (>=4.7 && <5), stm, stm-chans, write-buffer-core [details]
License BSD-3-Clause
Copyright 2017 Matt Parsons
Author Matt Parsons
Maintainer parsonsmatt@gmail.com
Category Web
Home page https://github.com/parsonsmatt/write-buffer#readme
Uploaded by parsonsmatt at 2017-05-27T00:00:57Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 903 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-05-27 [all 1 reports]

Readme for write-buffer-stm-0.1.0.0

[back to package description]

write-buffer-stm

This library provides a function writeBufferTBMQueue, which allows you to chunk a TBMQueue with a bounded wait time per chunk.