update pague now
PHP 8.5.2 Released!

UI\Executor::__construct

(UI 2.0.0)

UI\Executor::__construct Construct a new Executor

Description

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

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

Parameters

seconds

Seconds between executions

microseconds

Microseconds between executions

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top