flush-queue: Concurrent bouded blocking queues optimized for flushing. Both IO and STM implementations.

[ bsd3, concurrency, library ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/fpco/flush-queue#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0
Change log ChangeLog.md
Dependencies atomic-primops, base (>=4.8 && <5), containers, stm [details]
License BSD-3-Clause
Copyright 2018-2019 FP Complete
Author Alexey Kuleshevich
Maintainer alexey@fpcomplete.com
Category Concurrency
Home page https://github.com/fpco/flush-queue#readme
Bug tracker https://github.com/fpco/flush-queue/issues
Source repo head: git clone https://github.com/fpco/flush-queue
Uploaded by lehins at 2019-03-29T15:00:39Z
Distributions LTSHaskell:1.0.0, NixOS:1.0.0, Stackage:1.0.0
Downloads 1197 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-03-29 [all 1 reports]

Readme for flush-queue-1.0.0

[back to package description]

flush-queue

Two bounded blocking queues, one for STM another for IO, which are optimized for taking many elements at the same time, instead of popping individual ones of the queue.