SubprocessProtocol.pipeDataReceived

Called when the child process writes data into its stdout or stderr pipe.

interface SubprocessProtocol
void
pipeDataReceived
(
int fd
,
const(void)[] data
)

Parameters

fd int

is the file descriptor of the pipe.

data const(void)[]

is a non-empty array containing the data.

Meta