xsyncmap

package module
v0.0.0-...-432536c Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2024 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 XSyncMap

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

func NewXSyncMap

func NewXSyncMap() *XSyncMap

func (*XSyncMap) Delete

func (m *XSyncMap) Delete(key string)

func (*XSyncMap) Load

func (m *XSyncMap) Load(key string) (value int8, ok bool)

func (*XSyncMap) LoadAndDelete

func (m *XSyncMap) LoadAndDelete(key string) (value int8, loaded bool)

func (*XSyncMap) LoadOrStore

func (m *XSyncMap) LoadOrStore(key string, value int8) (actual int8, loaded bool)

func (*XSyncMap) Range

func (m *XSyncMap) Range(f func(key string, value interface{}) bool)

Range will be ignored by default by fzgen.

func (*XSyncMap) Store

func (m *XSyncMap) Store(key string, value int8)

Jump to

Keyboard shortcuts

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