ExternalProcess.writeToStdin

If blocking, it will block the current task until the write succeeds.

Write null as data to close the pipe. Once the pipe is closed, you must not try to write to it again.

class ExternalProcess
void
writeToStdin
(
in void[] data
)

Meta