1
0

update docs: mention the content writer scenario

This commit is contained in:
Arpad Ryszka 2026-02-22 23:51:29 +01:00
parent fcbad4b62f
commit 8048927df8

View File

@ -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: