vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct Pipe

A pipe created by pipe.

struct Pipe ;

Fields

NameTypeDescription
readEnd PipeInputStreamRead end of the pipe
writeEnd PipeOutputStreamWrite end of the pipe

Methods

NameDescription
close () Close both ends of the pipe
Authors
Copyright
License