The EvEmbed class

(PECL ev >= 0.2.0)

Introducere

Used to embed one event loop into another.

Sinopsisul clasei

EvEmbed extends EvWatcher {
/* Proprietăți */
public $embed ;
/* Metode */
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
/* Metode moștenite */
public EvWatcher::clear ( ) : int
abstract public EvWatcher::__construct ( )
public EvWatcher::feed ( int $revents ) : void
public EvWatcher::invoke ( int $revents ) : void
public EvWatcher::keepalive ([ bool $value ] ) : bool
public EvWatcher::setCallback ( callable $callback ) : void
public EvWatcher::start ( ) : void
public EvWatcher::stop ( ) : void
}

Proprietăți

is_active

data

is_pending

priority

embed

Cuprins

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top