Categorygithub.com/e-gun/safestack
modulepackage
0.1.1
Repository: https://github.com/e-gun/safestack.git
Documentation: pkg.go.dev

# README

safestack

a stack locked with a mutex to avoid race conditions

Push() and Pop() are your basic actions...

# Functions

NewSafeStack - the factory function; return a *SafeStack[T].

# Structs

No description provided by the author