Icicle\Concurrent\Process\ChannelledProcess::start PHP Method

start() public method

public start ( )
    public function start()
    {
        $this->process->start();
        $this->channel = new ChannelledStream($this->process->getStdOut(), $this->process->getStdIn());
    }