run.js
No description.

File Location

/goog/async/run.js

Classes

goog.async.run.WorkItem_
No description.

Public Protected Private

Global Functions

goog.async.run.processWorkQueue()
Run any pending goog.async.run work items. This function is not intended for general use, but for use by entry point handlers to run items ahead of goog.async.nextTick.
code »
goog.async.run.resetQueue_()
Reset the event queue.
code »
goog.async.run(callbackopt_context)
Fires the provided callback just before the current callstack unwinds, or as soon as possible after the current JS execution context.
Arguments:
callback : function(this:THIS)
No description.
opt_context : THIS=
Object to use as the "this value" when calling the provided function.
code »

Directory async

File Reference