Execution Scheduler
(UI 2.0.0)
Introducere
This facility schedules repetitive execution of a callback, useful for animations and other such activities.
Sinopsisul clasei
abstract
UI\Executor
{
public __construct
(
int $seconds
,
int $microseconds
)
public setInterval
(
int $seconds
,
int $microseconds
) :
bool
}
Cuprins
There are no user contributed notes for this page.