UI\Executor::__construct
PHP function
Edit on GitHub ✎
(UI 2.0.0)
Construct a new Executor
Description
UI\Executor::__construct()
UI\Executor::__construct(int $microseconds)
UI\Executor::__construct(int $seconds, int $microseconds)
Shall construct an executor with the given interval, will not start executing until main loop is entered
Parameters
secondsSeconds between executions
microsecondsMicroseconds between executions