Documentation
¶
Index ¶
- type Bool
- type Int64
- func (a *Int64) Add(v int64) int64
- func (a *Int64) CompareAndSwap(o, n int64) bool
- func (a *Int64) Decr() int64
- func (a *Int64) Get() int64
- func (a *Int64) Incr() int64
- func (a *Int64) Set(v int64)
- func (a *Int64) String() string
- func (a *Int64) Sub(v int64) int64
- func (a *Int64) Swap(v int64) int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool struct {
// contains filtered or unexported fields
}
func (*Bool) CompareAndSwap ¶
type Int64 ¶
type Int64 struct {
// contains filtered or unexported fields
}
func (*Int64) CompareAndSwap ¶
Click to show internal directories.
Click to hide internal directories.