Idris2Doc : System.Posix.Pipe

System.Posix.Pipe

(source)

Reexports

importpublic System.Posix.Errno
importpublic System.Posix.File

Definitions

pipe : HasErrnoes=>EIO1f=>CArrayIO2Fd->fes ()
  Creates a pipe and writes the two file descriptors into the given C-array,
the read end at position 0 the write end at position 1.

Totality: total
Visibility: export
mkfifo : HasErrnoes=>EIO1f=>String->ModeT->fes ()
  Creates a new FIFO (named pipe) on disc.

Totality: total
Visibility: export