package
0.0.0-20201224092547-758c02f6868b
Repository: https://github.com/binaryhexer/nbw.git
Documentation: pkg.go.dev
# Functions
NewWriter creates a writer wrapping w with a many-to-one diode in order to never block the producers and drop writes if the underlying writer can't keep up with the flow of data.
# Structs
Writer is a io.Writer wrapper that uses a diode to make Write lock-free, non-blocking and thread safe.
# Type aliases
No description provided by the author