The EvFork classIntroduction
Fork watchers are called when a
Class synopsis
EvFork
class EvFork
extends
EvWatcher
{
/* Inherited properties */
public
$is_active;
public
$data;
public
$is_pending;
public
$priority;
/* Methods */
public
__construct(
callable
$callback
,
mixed
$data
= null
,
int
$priority
= 0
)final
public
static
object createStopped(
string
$callback
,
string
$data
= ?,
string
$priority
= ?)/* 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()
}
|