@xuda.io/runtime-bundle 1.0.969 → 1.0.970
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27492,7 +27492,7 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
27492
27492
|
|
|
27493
27493
|
let last_job_in_queue = 0;
|
|
27494
27494
|
// let run_stat;
|
|
27495
|
-
const
|
|
27495
|
+
const job_iterator = async function () {
|
|
27496
27496
|
let from_job_num_to_run = last_job_in_queue;
|
|
27497
27497
|
last_job_in_queue = UI_WORKER_OBJ.num - from_job_num_to_run;
|
|
27498
27498
|
|
|
@@ -27522,7 +27522,7 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
27522
27522
|
}
|
|
27523
27523
|
};
|
|
27524
27524
|
|
|
27525
|
-
const
|
|
27525
|
+
const job_iterator2 = async function () {
|
|
27526
27526
|
let from_job_num_to_run = last_job_in_queue;
|
|
27527
27527
|
last_job_in_queue = UI_WORKER_OBJ.num - from_job_num_to_run;
|
|
27528
27528
|
|