NamedPipeImpl

Create a named pipe, and allow interacting with it using a std.stdio.File.

Constructors

this
this(string name)

Create a named pipe, and reserve a filename.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

connect
File connect()

Wait for a peer to open the other end of the pipe.

Variables

fileName
string fileName;

Meta