# Functions
CreateAndRead creates a fifo at the given path, and returns an open function for reading.
No description provided by the author
No description provided by the author
OpenWriter opens a fifo file for writer, assuming it already exists, returns io.WriteCloser.
Remove a fifo that already exists at a given path.