# Packages
Package singleflight provides a duplicate function call suppression mechanism.
# Functions
LoadFloat64 atomically loads tha float64 value from the provided address.
StoreFloat64 atomically stores a float64 value into the provided address.
# Type aliases
AtomicFloat64 mimics the atomic types in the sync/atomic standard library, but for the float64 type.