package
0.0.0-20240912065615-60fd97213283
Repository: https://github.com/go-leo/gox.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LoadOrCreate 尝试从给定的Map中加载键key的值,若不存在,则仅执行一次计算函数f并将结果存入Map,最后返回值及是否已存在的标志。.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

DeepCopyMap is an implementation of mapInterface using a Mutex and atomic.Value.
Entry
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RWMutexMap is an implementation of mapInterface using a sync.RWMutex.
No description provided by the author

# Interfaces

MapInterface is the interface map implements.

# Type aliases

No description provided by the author