UI\Executor
abstract
class UI\Executor
{
public __construct()
public __construct(int $microseconds
)
public __construct(int $seconds
, int $microseconds
)
public void kill()
abstract protected void onExecute()
public bool setInterval(int $microseconds
)
public bool setInterval(int $seconds
, int $microseconds
)
}