void handleEventLoopCallback()

Called by the system when there is time to run tasks.

Source

void handleEventLoopCallback() {
  _hasRequestedAnEventLoopCallback = false;
  _runTasks();
}