//
pkg.gl
Category
github.com/coreos/coreos-assembler
mantle
lang
bufpipe
package
0.17.0
Repository:
https://github.com/coreos/coreos-assembler.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
185 SLOC
#
Functions
FixedPipe
FixedPipe creates a synchronous in-memory pipe with a fixed-size buffer that has at least the specified size.
Pipe
Pipe creates a synchronous in-memory pipe with an unlimited buffer.
#
Structs
PipeReader
A PipeReader is the read half of a pipe.
PipeWriter
A PipeWriter is the write half of a pipe.