Create a named pipe, and allow interacting with it using a std.stdio.File.
Create a named pipe, and reserve a filename.
Wait for a peer to open the other end of the pipe.
See Implementation
Create a named pipe, and allow interacting with it using a std.stdio.File.