package
0.0.0-20221024070122-5c31f698767e
Repository: https://github.com/tk42/victolinux.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
ThreadsafeMap is like a Go map[interface{}]interface{} but is safe for concurrent use by multiple goroutines without additional locking or coordination.
No description provided by the author
No description provided by the author
Slice type that can be safely shared between goroutines.