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

classEvEmbedextendsEvWatcher {
public$embed;
public__construct(
    object$other,
    callable$callback = ?,
    mixed$data = ?,
    int$priority = ?
)
finalpublicstaticcreateStopped(
    object$other,
    callable$callback = ?,
    mixed$data = ?,
    int$priority = ?
): void
publicset(object$other): void
publicsweep(): void
publicEvWatcher::feed(int$revents): void
publicEvWatcher::invoke(int$revents): void
publicEvWatcher::keepalive(bool$value = ?): bool
}

Propriétés

is_active

data

is_pending

priority

embed

Sommaire

To Top