UI\Executor::__construct
En esta página
UI\Executor::__construct
Construye un nuevo ejecutor
Descripción#
public UI\Executor::__construct()
```php
```php
public UI\Executor::__construct(int $microseconds)
php
public UI\Executor::__construct(int $seconds, int $microseconds)php
Construye un ejecutor con el intervalo dado, no empezará a ejecutarse hasta que se entre en el bucle principal
Parámetros#
seconds
El número de segundos entre ejecuciones
microseconds
El número de microsegundos entre ejecuciones