Versions in this module Expand all Collapse all v1 v1.48.1 Aug 21, 2019 Changes in this version + const BufferSize + type AsyncReader struct + func New(rd io.ReadCloser, buffers int) (*AsyncReader, error) + func (a *AsyncReader) Abandon() + func (a *AsyncReader) Close() (err error) + func (a *AsyncReader) Read(p []byte) (n int, err error) + func (a *AsyncReader) SkipBytes(skip int) (ok bool) + func (a *AsyncReader) WriteTo(w io.Writer) (n int64, err error)