package
0.17.0
Repository: https://github.com/coreos/coreos-assembler.git
Documentation: pkg.go.dev

# Functions

FixedPipe creates a synchronous in-memory pipe with a fixed-size buffer that has at least the specified size.
Pipe creates a synchronous in-memory pipe with an unlimited buffer.

# Structs

A PipeReader is the read half of a pipe.
A PipeWriter is the write half of a pipe.