syncmap

package
v1.2.11-prerelease7 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2024 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 SyncMap

type SyncMap[K comparable, V any] interface {
	Get(key K) (value V, ok bool)
	Put(key K, value V) (inserted bool)
}

syncmap is a very simple type-safe locked map, with semantics similar to sync.Map, but only supports inserting once and getting.

func New

func New[K comparable, V any]() SyncMap[K, V]

Jump to

Keyboard shortcuts

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