flush-queue

Concurrent bouded blocking queues optimized for flushing. Both IO and STM implementations.

https://github.com/fpco/flush-queue#readme

LTS Haskell 21.24:1.0.0
Stackage Nightly 2023-12-11:1.0.0
Latest on Hackage:1.0.0

See all snapshots flush-queue appears in

BSD-3-Clause licensed by Alexey Kuleshevich
Maintained by alexey@fpcomplete.com
This version can be pinned in stack with:flush-queue-1.0.0@sha256:48a5e78f2eeb2d4124023eb255f15f8b989a6d407b91dcd6cfc49e6d0068e30e,1928

Module documentation for 1.0.0

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.

Changes

Changelog for flush-queue

1.0.0

Initial release on Hackage