Function createPipe

create an unnamed pipe pair

void createPipe (
  out FD readEnd,
  out FD writeEnd
) @nogc @trusted;

Parameters

NameDescription
readEnd FD struct to receive the reading (output) end of the pipe
writeEnd FD struct to receive the writing (input) end of the pipe