concurrency

package
v0.0.0-...-dfd24c6 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2023 License: Apache-2.0 Imports: 2 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 {
	// contains filtered or unexported fields
}

func (*AtomicBool) Get

func (b *AtomicBool) Get() bool

func (*AtomicBool) Set

func (b *AtomicBool) Set(value bool)

type AtomicMap

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

func (*AtomicMap) ClearAll

func (m *AtomicMap) ClearAll()

func (*AtomicMap) Contains

func (m *AtomicMap) Contains(key any) bool

func (*AtomicMap) Delete

func (m *AtomicMap) Delete(key any)

func (*AtomicMap) Get

func (m *AtomicMap) Get(key any) any

func (*AtomicMap) Length

func (m *AtomicMap) Length() int

func (*AtomicMap) Put

func (m *AtomicMap) Put(key any, value any)

func (*AtomicMap) Range

func (m *AtomicMap) Range(f func(key any, value any) bool)

Jump to

Keyboard shortcuts

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