atomiccount

package
v1.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AtomicInt

type AtomicInt struct {
	// contains filtered or unexported fields
}

AtomicInt is a struct that can be added or subtracted atomically.

func NewAtomicInt

func NewAtomicInt(value int32) *AtomicInt

NewAtomicInt returns a new AtomicInt.

func (*AtomicInt) Add

func (ac *AtomicInt) Add(delta int32) int32

Add atomically adds delta to count and returns the new value.

func (*AtomicInt) Get

func (ac *AtomicInt) Get() int32

Get the value atomically.

func (*AtomicInt) Set

func (ac *AtomicInt) Set(value int32) int32

Set to value atomically and returns the previous value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL