UI\Executor::__construct

(UI 2.0.0)

UI\Executor::__constructConstrói um novo executor

Descrição

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

Constrói um novo executor com o intervalo fornecido, não iniciará a execução até entrar no laço principal.

Parâmetros

seconds

Segundos extre execuções.

microseconds

Microssegundos entre execuções.