planet-mitchell-0.0.0: src/Concurrency/Counter.hs
module Concurrency.Counter
( -- * Counter
AtomicCounter
, newCounter
, incrCounter
, incrCounter_
, readCounter
, casCounter
) where
import Data.Atomics.Counter
module Concurrency.Counter
( -- * Counter
AtomicCounter
, newCounter
, incrCounter
, incrCounter_
, readCounter
, casCounter
) where
import Data.Atomics.Counter