La classe EvEmbed

(PECL ev >= 0.2.0)

Introduction

Utilisé pour intégrer une boucle d'événements dans une autre.

Synopsis de la classe

EvEmbed extends EvWatcher {
/* Propriétés */
public $embed ;
/* Méthodes */
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
/* Méthodes héritées */
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
}

Propriétés

is_active

data

is_pending

priority

embed

Sommaire