//
pkg.gl
Category
github.com/Vonage/gosrvlib
pkg
threadsafe
package
1.101.9
Repository:
https://github.com/vonage/gosrvlib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
8 SLOC
#
Packages
tsmap
Package tsmap provides a collection of generic thread-safe Go map utility functions that can be safely used between multiple goroutines.
tsslice
Package tsslice provides a collection of generic thread-safe Go slice utility functions that can be safely used across multiple goroutines.
#
Interfaces
RLocker
RLocker is an interface that implements the RLock and RUnlock methods.
#
Type aliases
Locker
Locker is an interface that implements the Lock and Unlock methods.