PHP » GoLang |
login |
register |
about
|
GoLang EvLoop::defaultLoop
request it (343)
GoLang replacement for PHP's EvLoop::defaultLoop
[edit | history]
EvLoop::defaultLoop(PECL ev >= 0.2.0) EvLoop::defaultLoop — Returns or creates the default event loop Description
public
static
EvLoop
EvLoop::defaultLoop
([
int
$flags
= Ev::FLAG_AUTO
[,
mixed
$data
= NULL
[,
float
$io_interval
= 0.
[,
float
$timeout_interval
= 0.
]]]] )If the default event loop is not created, EvLoop::defaultLoop() creates it with the specified parameters. Otherwise, it just returns the object representing previously created instance ignoring all the parameters. Parameters
Return ValuesReturns EvLoop object on success. See Also
|
more
Recently updated
more
Most requested
|