Module Tiny_httpd_atomic_
include module type of struct include Stdlib.Atomic end
type !'a t = 'a Stdlib__Atomic.t
val set : 'a t -> 'a -> unit
val exchange : 'a t -> 'a -> 'a
val compare_and_set : 'a t -> 'a -> 'a -> bool
val fetch_and_add : int t -> int -> int