Documentation ¶
Overview ¶
Package sync contains a series of functions, types and subpackages which can be used for concurrent purposes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer struct {
// contains filtered or unexported fields
}
Buffer is a partial bytes.Buffer implementation that complies both with the io.ReadWriter interface
Click to show internal directories.
Click to hide internal directories.