atomic

package
v4.0.7 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package atomic contains custom atomic types

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

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

Error is an atomic error.

func (*Error) Load

func (a *Error) Load() error

Load retrieves the current value of the atomic variable.

func (*Error) Store

func (a *Error) Store(err error)

Store updates the value of the atomic variable.

Jump to

Keyboard shortcuts

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