//
pkg.gl
Category
github.com/Unity-Technologies/go-lager-internal
buffer
package
1.4.0
Repository:
https://github.com/unity-technologies/go-lager-internal.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
104 SLOC
#
Structs
AsyncBuffer
AsyncBuffer is like bytes.Buffer but it can safely be used from multiple goroutines at once.
AsyncBuilder
AsyncBuilder is like strings.Builder but it can safely be used from multiple goroutines at once.