package
Version:
v0.0.0-...-914b764
Opens a new window with list of versions in this module.
Published: Apr 29, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Float64 is an atomic wrapper around float64.
NewFloat creates a Float64.
Add atomically adds to the wrapped float64 and returns the new value.
CAS is an atomic compare-and-swap.
Load atomically loads the wrapped value.
Store atomically stores the passed value.
Sub atomically subtracts from the wrapped float64 and returns the new value.
Swap atomically swaps the passed value and returns the old one.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.