createPipe

The function creates named pipe.

void
createPipe
(
in string pipepath
,
uint mode = octal!666
)

Parameters

pipepath string

Name for pipe file.

mode uint

Specifies the FIFO's permission. See: man 3 mkfifo

Meta