Ev
PHP Manual

The EvEmbed class

(No hay información de versión disponible, podría estar únicamente en SVN)

Introducción

Used to embed one event loop into another.

Sinopsis de la Clase

EvEmbed extends EvWatcher {
/* Propiedades */
public $embed ;
/* Métodos */
public __construct ( object $other [, callable $callback [, mixed $data [, int $priority ]]] )
final public static void createStopped ( object $other [, callable $callback [, mixed $data [, int $priority ]]] )
public void set ( object $other )
public void sweep ( void )
/* Métodos heredados */
public int EvWatcher::clear ( void )
abstract public EvWatcher::__construct ( void )
public void EvWatcher::feed ( int $revents )
public EvLoop EvWatcher::getLoop ( void )
public void EvWatcher::invoke ( int $revents )
public bool EvWatcher::keepalive ([ bool $value ] )
public void EvWatcher::setCallback ( callable $callback )
public void EvWatcher::start ( void )
public void EvWatcher::stop ( void )
}

Propiedades

is_active

data

is_pending

priority

embed

Tabla de contenidos


Ev
PHP Manual