pad

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AtomicBool

type AtomicBool struct {
	atomic.Bool
	// contains filtered or unexported fields
}

AtomicBool is an atomic boolean that is padded

type AtomicInt32

type AtomicInt32 struct {
	atomic.Int32
	// contains filtered or unexported fields
}

type AtomicInt64

type AtomicInt64 struct {
	atomic.Int64
	// contains filtered or unexported fields
}

type AtomicUint32

type AtomicUint32 struct {
	atomic.Uint32
	// contains filtered or unexported fields
}

type AtomicUint64

type AtomicUint64 struct {
	atomic.Uint64
	// contains filtered or unexported fields
}

type Barrier added in v0.1.2

type Barrier interface {
	Load() uint64
}

type MinBarrier added in v0.1.2

type MinBarrier []Barrier

func (MinBarrier) Load added in v0.1.2

func (m MinBarrier) Load() uint64

Jump to

Keyboard shortcuts

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