Documentation
¶
Index ¶
- type AtomicInt64
- func (a *AtomicInt64) Add(v int64) int64
- func (a *AtomicInt64) Decr() int64
- func (a *AtomicInt64) Delta() int64
- func (a *AtomicInt64) Get() int64
- func (a *AtomicInt64) Incr() int64
- func (a *AtomicInt64) Reset() int64
- func (a *AtomicInt64) Set(v int64)
- func (a *AtomicInt64) Snapshot()
- func (a *AtomicInt64) Sub(v int64) int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomicInt64 ¶
type AtomicInt64 struct {
// contains filtered or unexported fields
}
func (*AtomicInt64) Add ¶
func (a *AtomicInt64) Add(v int64) int64
func (*AtomicInt64) Decr ¶
func (a *AtomicInt64) Decr() int64
func (*AtomicInt64) Delta ¶
func (a *AtomicInt64) Delta() int64
func (*AtomicInt64) Get ¶
func (a *AtomicInt64) Get() int64
func (*AtomicInt64) Incr ¶
func (a *AtomicInt64) Incr() int64
func (*AtomicInt64) Reset ¶
func (a *AtomicInt64) Reset() int64
func (*AtomicInt64) Set ¶
func (a *AtomicInt64) Set(v int64)
func (*AtomicInt64) Snapshot ¶
func (a *AtomicInt64) Snapshot()
func (*AtomicInt64) Sub ¶
func (a *AtomicInt64) Sub(v int64) int64
Click to show internal directories.
Click to hide internal directories.