Docker\API\Model\SystemInformation::getNGoroutines PHP Method

getNGoroutines() public method

public getNGoroutines ( ) : integer
return integer
    public function getNGoroutines()
    {
        return $this->nGoroutines;
    }