UI\Executor::__construct

(UI 2.0.0)

UI\Executor::__construct构造一个新的 Executor

描述

public UI\Executor::__construct()
public UI\Executor::__construct(int $microseconds)
public UI\Executor::__construct(int $seconds, int $microseconds)

将构造一个具有给定间隔的执行器,在进入主循环之前不会开始执行

参数

seconds

两次执行之间的时间间隔(秒)

microseconds

两次执行之间的时间间隔(微秒)

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top