package flushwriter
import "k8s.io/apiserver/pkg/util/flushwriter"
Package flushwriter implements a wrapper for a writer that flushes on every write if that writer implements the io.Flusher interface
Index ¶
Functions ¶
func Wrap ¶
Wrap wraps an io.Writer into a writer that flushes after every write if the writer implements the Flusher interface.
Source Files ¶
doc.go writer.go
- Version
- v0.21.0-rc.0
- Published
- Mar 29, 2021
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 1 minute ago –
Tools for package owners.