package
0.1.1
Repository: https://github.com/ldclabs/ldvm.git
Documentation: pkg.go.dev

# Structs

Map is a generic version of sync.Map More info sees https://pkg.go.dev/sync#Map.
Pool is a generic version of sync.Pool More info sees https://pkg.go.dev/sync#Pool.
Value is a generic version of atomic.Value More info sees https://pkg.go.dev/sync/atomic#Value.

# Type aliases

Mutex is reexport sync.Mutex for easy use.
RWMutex is reexport sync.RWMutex for easy use.
WaitGroup is reexport sync.WaitGroup for easy use.