XPSPL\Routine::get_idles_available PHP Method

get_idles_available() public method

Returns the objects created to idle the processor.
public get_idles_available ( ) : integer
return integer
    public function get_idles_available()
    {
        return $this->_idle;
    }