Called by the system when there is time to run tasks.
Source
void handleEventLoopCallback() {
_hasRequestedAnEventLoopCallback = false;
_runTasks();
}
Called by the system when there is time to run tasks.
void handleEventLoopCallback() {
_hasRequestedAnEventLoopCallback = false;
_runTasks();
}