package
1.101.9
Repository: https://github.com/vonage/gosrvlib.git
Documentation: pkg.go.dev

# Packages

Package tsmap provides a collection of generic thread-safe Go map utility functions that can be safely used between multiple goroutines.
Package tsslice provides a collection of generic thread-safe Go slice utility functions that can be safely used across multiple goroutines.

# Interfaces

RLocker is an interface that implements the RLock and RUnlock methods.

# Type aliases

Locker is an interface that implements the Lock and Unlock methods.