The EvEmbed class

(PECL ev >= 0.2.0)

Einführung

Used to embed one event loop into another.

Klassenbeschreibung

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

Eigenschaften

is_active

data

is_pending

priority

embed

Inhaltsverzeichnis