Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool Uint32
Bool is an atomic Boolean.
type Duration ¶
type Duration Int64
Duration is an atomic wrapper around time.Duration https://godoc.org/time#Duration
type Float64 ¶
type Float64 uint64
Float64 is an atomic wrapper around float64.
type Int32 ¶
type Int32 int32
Int32 is an atomic wrapper around an int32.
type Int64 ¶
type Int64 int64
Int64 is an atomic wrapper around an int64.
type Uint32 ¶
type Uint32 uint32
Uint32 is an atomic wrapper around an uint32.
type Uint64 ¶
type Uint64 uint64
Uint64 is an atomic wrapper around a uint64.
type Value ¶
Value shadows the type of the same name from sync/atomic https://godoc.org/sync/atomic#Value
Click to show internal directories.
Click to hide internal directories.