Interop\Async\Loop\Driver::getHandle PHP Method

getHandle() abstract public method

Example: the uv_loop resource for libuv or the EvLoop object for libev or null for a native driver. Note: This function is *not* exposed in the Loop class. Users shall access it directly on the respective loop instance.
abstract public getHandle ( ) : null | object | resource
return null | object | resource The loop handle the event loop operates on. `null` if there is none.
    public abstract function getHandle();