EventBase::gotExit
(PECL event >= 1.2.6-beta)
EventBase::gotExit — Checks if the event loop was told to exit
Description
public
bool
EventBase::gotExit
( void
)
Checks if the event loop was told to exit by EventBase::exit() .
Parameters
This function has no parameters.
Return Values
Returns TRUE
, event loop was told to exit by
EventBase::exit()
. Otherwise FALSE
.
See Also
- EventBase::exit() - Stop dispatching events
- EventBase::stop() - Tells event_base to stop dispatching events
- EventBase::gotStop() - Checks if the event loop was told to exit
- Функция EventBase::__construct() - Constructs EventBase object
- Функция EventBase::dispatch() - Dispatch pending events
- Функция EventBase::exit() - Stop dispatching events
- EventBase::free
- Функция EventBase::getFeatures() - Returns bitmask of features supported
- Функция EventBase::getMethod() - Returns event method in use
- Функция EventBase::getTimeOfDayCached() - Returns the current event base time
- Функция EventBase::gotExit() - Checks if the event loop was told to exit
- Функция EventBase::gotStop() - Checks if the event loop was told to exit
- Функция EventBase::loop() - Dispatch pending events
- Функция EventBase::priorityInit() - Sets number of priorities per event base
- Функция EventBase::reInit() - Re-initialize event base(after a fork).
- Функция EventBase::stop() - Tells event_base to stop dispatching events
Коментарии
404 Not Found