Method | Description | |
---|---|---|
closeQueue ( integer $queue_id ) : void | 关闭一个消息队列,队列中未执行的操作将不会再执行 | |
newQueue ( callable $onEnd = null ) : integer | 创建一个新的消息队列 | |
pushAction ( $queue_id, callable $action, array $args, $exception_handle, string $desc, $immediately = false ) : void | 加入常规执行消息 | |
pushIdle ( $queue_id, callable $action, $args, callable $exception_handle, string $desc ) : void | 加入空闲执行消息 | |
run ( ) : void | 运行消息循环 |
Method | Description | |
---|---|---|
callAction ( unknown $queue_id, unknown $action ) |
public closeQueue ( integer $queue_id ) : void | ||
$queue_id | integer | |
return | void |