io.file.pipe

Members

Functions

pipe
Pipe!F pipe()

Creates an unnamed, unidirectional pipe that can be written to on one end and read from on the other.

Structs

Pipe
struct Pipe(F = File)
Undocumented in source.

Meta

Authors

Jason White