counter

package
v0.22.5 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Counter

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

func NewCounter added in v0.10.0

func NewCounter(initialValue uint64) Counter

func (*Counter) Decrement

func (c *Counter) Decrement(x ...uint64) error

Decrement decrements counter by given value (default: 1, thread-safe).

func (*Counter) DecrementValueAndRead added in v0.16.0

func (c *Counter) DecrementValueAndRead(x uint64) (uint64, error)

DecrementValueAndRead decrements counter by given value and returns the new value (thread-safe).

func (*Counter) Format added in v0.10.0

func (c *Counter) Format(f fmt.State, r rune)

func (*Counter) Get added in v0.16.0

func (c *Counter) Get() uint64

func (*Counter) Increment

func (c *Counter) Increment(x ...uint64) error

Increment increments counter by given value (default: 1, thread-safe).

func (*Counter) IncrementValueAndRead added in v0.16.0

func (c *Counter) IncrementValueAndRead(x uint64) (uint64, error)

IncrementValueAndRead increments counter by given value and returns the new value (thread-safe).

func (*Counter) Set added in v0.10.0

func (c *Counter) Set(value uint64)

Jump to

Keyboard shortcuts

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