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