The EvEmbed classIntroductionUsed to embed one event loop into another. Class synopsis
EvEmbed
class EvEmbed
extends
EvWatcher
{
/* Properties */
public
$embed;
/* Methods */
public
__construct(
object $other
,callable $callback
= ?,mixed $data
= ?,int $priority
= ?) final
public
static
void createStopped(
object $other
,callable $callback
= ?,mixed $data
= ?,int $priority
= ?) public
void set(
object
$other
)public
void sweep()
/* Inherited methods */
public
int EvWatcher::clear()
public
void EvWatcher::feed(
int
$revents
)public
EvLoop EvWatcher::getLoop()
public
void EvWatcher::invoke(
int
$revents
)public
bool EvWatcher::keepalive(
bool
$value
= ?)public
void EvWatcher::setCallback(
callable
$callback
)public
void EvWatcher::start()
public
void EvWatcher::stop()
}Properties
|