Interop\Async\Loop\Driver::getHandle PHP Метод

getHandle() абстрактный публичный Метод

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
Результат null | object | resource The loop handle the event loop operates on. `null` if there is none.
    public abstract function getHandle();