Trigger next item in queue for processing
This commit is contained in:
@@ -61,7 +61,7 @@ const CalcQueueUtils = {
|
|||||||
})
|
})
|
||||||
this.inProgress.splice(idx, 1)
|
this.inProgress.splice(idx, 1)
|
||||||
this.finished.push(task)
|
this.finished.push(task)
|
||||||
console.log(task)
|
CalcQueueUtils.processNext.call(this)
|
||||||
})
|
})
|
||||||
|
|
||||||
this.inProgress.push(task)
|
this.inProgress.push(task)
|
||||||
|
|||||||
Reference in New Issue
Block a user