UI\Executor::__construct

(PHP 7, UI 2.0.0)

UI\Executor::__constructConstruct a new Executor

설명

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

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

인수

seconds

Seconds between executions

microseconds

Microseconds between executions

add a note add a note

User Contributed Notes

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