Description
Concurrent bouded blocking queues optimized for flushing. Both IO and STM implementations.
Description
Please see the README on GitHub at https://github.com/fpco/flush-queue#readme
README.md
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.