This package browser is in early development. Mind the rough edges.

ghc-unagi-chan 0.4.1.4

Fast concurrent queues with a Chan-like API, and more

This library provides implementations of concurrent FIFO queues (for both general boxed and primitive unboxed values) that are fast, perform well under contention, and offer a Chan-like interface. The library may be of limited usefulness outside of x86 architectures where the fetch-and-add instruction is not available.

Installation

Install ghc-unagi-chan 0.4.1.4 as follows:

guix install ghc-unagi-chan@0.4.1.4

Or install the latest version:

guix install ghc-unagi-chan

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.