github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/client/lib/fifo/doc.go (about)

     1  /*
     2  Package fifo implements functions to create and open a fifo for inter-process
     3  communication in an OS agnostic way. A few assumptions should be made when
     4  using this package. First, New() must always be called before Open(). Second
     5  Open() returns an io.ReadWriteCloser that is only connected with the
     6  io.ReadWriteCloser returned from New().
     7  */
     8  package fifo