@hackage atomic-counter0.1.1

Mutable counters that can be modified with atomic operatinos

This package defines Counter type that can be safely modified concurrently from multiple threads. The supports only few operations, namely read, write, add, subtract and a few bitwise ones like or, and, xor.

Most common use case is having a shared counter that multiple threads increment.