package
0.0.0-20241007151752-78e1a202a154
Repository: https://github.com/ghjm/golib.git
Documentation: pkg.go.dev

# Functions

NewMap constructs a new syncro.Map, initialized from a Go map.
NewVar creates a new variable with a given initial value.

# Variables

No description provided by the author

# Structs

Map is a thread-safe generic map type.
Var stores a single variable and allows synchronized access.