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 */
final
public
static
void
createStopped
(
object
$other
[,
callable
$callback
[,
mixed
$data
[,
int
$priority
]]] )/* Méthodes héritées */
}Propriétés
- is_active
- data
- is_pending
- priority
- embed
Sommaire
- EvEmbed::__construct — Constructs the EvEmbed object
- EvEmbed::createStopped — Create stopped EvEmbed watcher object
- EvEmbed::set — Configures the watcher
- EvEmbed::sweep — Make a single, non-blocking sweep over the embedded loop.