(PECL libevent >= 0.0.1)
event_base_loopexit — Exit loop after a time
The next event loop iteration after the given timer expires will complete normally, then exit without blocking for events again.
Valid event base resource.
Optional timeout parameter (in microseconds).
event_base_loopexit() returns TRUE on success or FALSE on error.