Libevent 函数
在线手册:中文  英文

event_base_loopexit

(PECL libevent >= 0.0.1)

event_base_loopexitExit loop after a time

说明

bool event_base_loopexit ( resource $event_base [, int $timeout = -1 ] )

The next event loop iteration after the given timer expires will complete normally, then exit without blocking for events again.

参数

event_base

Valid event base resource.

timeout

Optional timeout parameter (in microseconds).

返回值

event_base_loopexit() returns TRUE on success or FALSE on error.


Libevent 函数
在线手册:中文  英文

用户评论:

jille at hexon dot cx (2011-05-04 07:47:48)

The timeout (if >= 0) is in microseconds.

易百教程