destroy method

void destroy()

Implementation

void destroy() {
  _isDestroyed = true;

  _uiTasks.clear();
  _paddingNullUiTasks.clear();

  _isDispatchUiFrameEnqueued = false;
}