ghc-unagi-chan
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.
- Versions: 0.4.1.4
- Website: https://hackage.haskell.org/package/unagi-chan
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ghc-unagi-chan
as follows:
guix install ghc-unagi-chan
Or install a particular version:
guix install ghc-unagi-chan@0.4.1.4
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.
Badge code
You can use the following badge to inform users of ghc-unagi-chan about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ghc-unagi-chan'><img src='https://packages.guix.gnu.org/packages/ghc-unagi-chan/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ghc-unagi-chan)
Example Org:
[[https://packages.guix.gnu.org/packages/ghc-unagi-chan][https://packages.guix.gnu.org/packages/ghc-unagi-chan/badges/latest-version.svg]]