Searched refs:ConcurrentQueue (Results 1 – 2 of 2) sorted by relevance
52 AsyncUtil.ConcurrentQueue = function(limit) { class66 AsyncUtil.ConcurrentQueue.prototype.isRunning = function() {73 AsyncUtil.ConcurrentQueue.prototype.getWaitingTasksCount = function() {80 AsyncUtil.ConcurrentQueue.prototype.getRunningTasksCount = function() {89 AsyncUtil.ConcurrentQueue.prototype.run = function(closure) {103 AsyncUtil.ConcurrentQueue.prototype.cancel = function() {112 AsyncUtil.ConcurrentQueue.prototype.isCancelled = function() {120 AsyncUtil.ConcurrentQueue.prototype.continue_ = function() {145 AsyncUtil.ConcurrentQueue.prototype.onTaskFinished_ = function(closure) {161 AsyncUtil.ConcurrentQueue.call(this, 1);[all …]
833 var prefetchMetadataQueue = new AsyncUtil.ConcurrentQueue(4);