Module Shims.AtomicSource

Sourcetype 'a t = 'a Atomic.t
Sourceval make : 'a -> 'a t
Sourceval fetch_and_add : int t -> int -> int