package
2.0.0-20211006190727-057b33161b90
Repository: https://github.com/plgd-dev/kit.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewMap creates map.
NewPool creates a pool.
NewRefCounter creates RefCounter.
# Structs
Map is like a Go map[interface{}]interface{} but is safe for concurrent use by multiple goroutines.
Once performs exactly one action.
Pool is a synchronized key-value store with customizable factory for missing items.
No description provided by the author
# Type aliases
PoolFunc is triggered on a miss by GetOrCreate, so that it may add the missing item to the pool.
No description provided by the author