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 */
final
public
static
void
createStopped
(
object
$other
[,
callable
$callback
[,
mixed
$data
[,
int
$priority
]]] )/* Geerbte Methoden */
}Eigenschaften
- is_active
- data
- is_pending
- priority
- embed
Inhaltsverzeichnis
- 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.