Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncReader ¶
type AsyncReader struct {
// contains filtered or unexported fields
}
func NewAsyncReader ¶
func NewAsyncReader(r io.Reader, opts ...Option) *AsyncReader
func (*AsyncReader) Close ¶
func (ar *AsyncReader) Close() error
type AsyncWriter ¶
type AsyncWriter struct {
// contains filtered or unexported fields
}
func NewAsyncWriter ¶
func NewAsyncWriter(w io.Writer, opts ...Option) *AsyncWriter
func (*AsyncWriter) Close ¶
func (aw *AsyncWriter) Close() error
func (*AsyncWriter) Flush ¶
func (aw *AsyncWriter) Flush()
Click to show internal directories.
Click to hide internal directories.