EventBase::exit
PHP function
Edit on GitHub ✎
(PECL event >= 1.2.6-beta)
Stop dispatching events
Description
EventBase::exit([float $timeout]): bool
Tells event base to stop optionally after given number of seconds.
Parameters
timeoutOptional number of seconds after which the event base should stop dispatching events.
Return Values
Success
See Also
EventBase::stop