Phastlight\Module\Cluster\Cluster::__construct PHP Method

__construct() public method

all workers in this cluster
public __construct ( )
    public function __construct()
    {
        $this->curPid = posix_getpid();
    }