@hackage / atomic-modify

A typeclass for mutable references that have an atomic modify operation.

Latest0.1.0.3

About

Metadata

  • Last updated , by chris_martin
  • License Apache-2.0
  • Categories Concurrency
  • Maintained by: Chris Martin <ch.martin@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

A typeclass for mutable references that have an atomic modify operation. Generalizes atomic modify operations in IO and STM contexts for IORef, MVar, TVar, and TMVar.