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
-
两次执行之间的时间间隔(微秒)