Searched refs:actionCallbacks (Results 1 – 1 of 1) sorted by relevance
60 private actionCallbacks = new Set<ActionCallback>(); property in RafScheduler77 this.actionCallbacks.add(cb);82 this.actionCallbacks.delete(cb);133 if (this.actionCallbacks.size !== 0 || force) {148 for (const action of this.actionCallbacks) action(nowMs);