Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadWriter ¶
func ReadWriter(rw io.ReadWriter) io.ReadWriter
ReadWriter is a io.ReadWriter that uses a mutex to lock reads/writes, so they don't happen concurrently. It can be used to wrap an unsafe ReadWriter.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.