github.com/bigcommerce/nomad@v0.9.3-bc/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