Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SerializedWriter ¶
SerializedWriter is a wrapper to guarantee serialized access to the inner Writer.
func NewSerializedWriter ¶
func NewSerializedWriter(w io.Writer) *SerializedWriter
NewSerializedWriter creates a new SerializedWriter using w as the inner Writer.
Click to show internal directories.
Click to hide internal directories.