FICHA · MANJARO

haskell-atomic-primops

A safe approach to CAS and other atomic ops in Haskell

  • haskell-library
  • LIBRARY
  • CONCURRENCY
  • LOW-LEVEL
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

A Haskell library for compare-and-swap and other low-level atomic operations. It helps developers build concurrent data structures and synchronization code with safer abstractions around atomic primitives.

Use it only when a Haskell project needs explicit shared-state concurrency. Atomic code can be subtle, so tests should cover timing and failure cases.

Permissions

Permissions not analysed for this source yet.