UI\Executor::__construct

(UI 2.0.0)

UI\Executor::__constructConstruct a new Executor

Description

publicUI\Executor::__construct()
publicUI\Executor::__construct(int$microseconds)
publicUI\Executor::__construct(int$seconds, int$microseconds)

Shall construct an executor with the given interval, will not start executing until main loop is entered

Parameters

seconds

Seconds between executions

microseconds

Microseconds between executions

To Top