Documentation ¶
Overview ¶
Package orderedwriter implements an unbounded buffer for ordering concurrent writes for non-seekable writers. It keeps an internal linked list that keeps the chunks in order and flushes buffered chunks when the expected offset is available.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderedWriterAt ¶
type OrderedWriterAt struct {
// contains filtered or unexported fields
}
func New ¶
func New(w io.Writer) *OrderedWriterAt
Click to show internal directories.
Click to hide internal directories.