update docs: mention the content writer scenario
This commit is contained in:
parent
fcbad4b62f
commit
8048927df8
@ -3,7 +3,8 @@
|
|||||||
Pooled Buffer IO for Go programs.
|
Pooled Buffer IO for Go programs.
|
||||||
|
|
||||||
Package buffer provides a reader implementation similar to bufio.Reader. The underlying memory buffers can be
|
Package buffer provides a reader implementation similar to bufio.Reader. The underlying memory buffers can be
|
||||||
used from a synchronized pool.
|
used from a synchronized pool. It also supports scenarios similar to io.Pipe, where a content writer process is
|
||||||
|
wrapped by a buffered reader.
|
||||||
|
|
||||||
Find the documentation here:
|
Find the documentation here:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user