executeDeferredQuery method

void executeDeferredQuery(
  1. AFDeferredQuery query
)
inherited

A utility which delays for the specified time, then updates the resulting code.

This deferral is active in UIs, but is disabled during automated tests to speed results and reduce complexity.

Implementation

void executeDeferredQuery(AFDeferredQuery query) {
  dispatch(query);
}