Documentation
¶
Overview ¶
Package concurrent provides in-memory containers guarded for concurrent access.
New code should import this package for safe list and map containers:
import "github.com/InsideGallery/core/memory/concurrent"
Compatibility: the legacy memory/utils package still exposes SafeList and SafeMap. Prefer NewList and NewMap here so new consumers do not depend on the older aggregate helper path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.