closePipe
fn
void closePipe(ref int[2] fds) @trusted nothrowClose a pipe pair, handling already-closed descriptors.
Parameters
fds | Pipe file descriptor pair to close. |
void closePipe(ref int[2] fds) @trusted nothrowClose a pipe pair, handling already-closed descriptors.
fds | Pipe file descriptor pair to close. |