EvLoop::defaultLoopReturns or creates the default event loop.
&reftitle.description;
publicstaticEvLoopEvLoop::defaultLoopintflagsEv::FLAG_AUTOmixeddataNULLdoubleio_interval0.doubletimeout_interval0.
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.
&reftitle.parameters;
flags
One of the
event loop flags
data
Custom data to associate with the loop.
io_collect_interval
See
io_interval
timeout_collect_interval
See
timeout_interval
&reftitle.returnvalues;
Returns EvLoop object on success.
&reftitle.seealso;
EvLoop::__construct