//
pkg.gl
Category
github.com/lxc/incus
internal
server
storage
memorypipe
package
0.7.0
Repository:
https://github.com/lxc/incus.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
2
Dependents
2
Files
94 SLOC
#
Functions
NewPipePair
NewPipePair returns a pair of io.ReadWriterCloser pipes that are connected together such that writes to one will appear as reads on the other and vice versa.