1
0

drop old todo

This commit is contained in:
Arpad Ryszka 2026-02-22 19:52:02 +01:00
parent dd1f26229e
commit 160253ae75

View File

@ -1,16 +1,5 @@
package buffer package buffer
// TODO:
// - the write internally can get a max in the request, and this way multiple writes can be executed without
// synchronization steps in between
// - the current segment can be passed in to the writer to copy to
// - additional segments can be requested from the writer if necessary
// - a single channel with buffer=1 can be used to exchange
// - the message can be called 'syncMessage'
// - filter out the errors coming from the writer, but originated from the reader. Can errors.Is used for this?
// If yes, replace the captured error
// - check if the existing stdlib interface is good for the content writer
import ( import (
"errors" "errors"
"io" "io"