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

__clone() public method

Resets process values.
public __clone ( )
    public function __clone()
    {
        $this->process = clone $this->process;
        $this->channel = null;
    }