MCPcopy
hub / github.com/angular-ui/ui-grid / $$TaskTrackerFactoryProvider

Function $$TaskTrackerFactoryProvider

lib/test/angular/1.8.0/angular.js:21255–21257  ·  view source on GitHub ↗

* ! This is a private undocumented service ! * * @name $$taskTrackerFactory * @description * A function to create `TaskTracker` instances. * * A `TaskTracker` can keep track of pending tasks (grouped by type) and can notify interested * parties when all pending tasks (or tasks of a specific t

()

Source from the content-addressed store, hash-verified

21253 * @this
21254 */
21255function $$TaskTrackerFactoryProvider() {
21256 this.$get = valueFn(function(log) { return new TaskTracker(log); });
21257}
21258
21259function TaskTracker(log) {
21260 var self = this;

Callers

nothing calls this directly

Calls 1

valueFnFunction · 0.70

Tested by

no test coverage detected