package
0.0.12
Repository: https://github.com/m15t/gram.git
Documentation: pkg.go.dev

# Packages

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

# Functions

NewSimpleSlice creates a new SimpleSafeSlice with initial values.

# Structs

SimpleSafeSlice for simple use.

# 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.