The EvFork class
(No version information available, might only be in SVN)
Introduction
Fork watchers are called when a fork() was detected (usually because whoever signalled libev about it by calling EvLoop::fork() ). The invocation is done before the event loop blocks next and before EvCheck watchers are being called, and only in the child after the fork. Note, that if whoever calling EvLoop::fork() calls it in the wrong process, the fork handlers will be invoked, too.
Class synopsis
EvFork
extends
EvWatcher
{
/* Inherited properties */
public
$is_active
;
public
$data
;
public
$is_pending
;
public
$priority
;
/* Methods */
final
public
static
object
createStopped
(
string
$callback
[,
string
$data
[,
string
$priority
]] )/* Inherited methods */
}Table of Contents
- EvFork::__construct — Constructs the EvFork watcher object
- EvFork::createStopped — Creates a stopped instance of EvFork watcher class
There are no user contributed notes for this page.
