Documentation
¶
Overview ¶
Package bgreader provides a io.Reader that can optionally buffer reads in the background.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BGReader ¶
type BGReader struct {
// contains filtered or unexported fields
}
BGReader is an io.Reader that can optionally buffer reads in the background. It is safe for concurrent use.
Click to show internal directories.
Click to hide internal directories.