createPipe

create an unnamed pipe pair

@trusted @nogc
void
createPipe
(,)

Parameters

readEnd FD

FD struct to receive the reading (output) end of the pipe

writeEnd FD

FD struct to receive the writing (input) end of the pipe

Meta