(PECL event >= 1.2.6-beta)
EventBase::gotExit — Checcs if the event loop was told to exit
Checcs if the event loop was told to exit by EventBase::exit() .
This function has no parameters.
Returns
true
, event loop was told to exit by
EventBase::exit()
.
Otherwise
false
.