search

goog.async.WorkQueue

Module ID

A low GC workqueue. The key elements of this design:

  • avoids the need for goog.bind or equivalent by carrying scope
  • avoids the need for array reallocation by using a linked list
  • minimizes work entry objects allocation by recycling objects

new WorkQueue()

Parameters

None.

Instance Methods

Instance Properties

Compiler Constants