# 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].
a stack locked with a mutex to avoid race conditions
Push()
and Pop()
are your basic actions...