@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.
@@ -8357,7 +8357,7 @@ func.UI.worker.init = async function (SESSION_ID) {
8357
8357
 
8358
8358
  let last_job_in_queue = 0;
8359
8359
  // let run_stat;
8360
- const job_iterator_old = async function () {
8360
+ const job_iterator = async function () {
8361
8361
  let from_job_num_to_run = last_job_in_queue;
8362
8362
  last_job_in_queue = UI_WORKER_OBJ.num - from_job_num_to_run;
8363
8363
 
@@ -8387,7 +8387,7 @@ func.UI.worker.init = async function (SESSION_ID) {
8387
8387
  }
8388
8388
  };
8389
8389
 
8390
- const job_iterator = async function () {
8390
+ const job_iterator2 = async function () {
8391
8391
  let from_job_num_to_run = last_job_in_queue;
8392
8392
  last_job_in_queue = UI_WORKER_OBJ.num - from_job_num_to_run;
8393
8393
 
@@ -8358,7 +8358,7 @@ func.UI.worker.init = async function (SESSION_ID) {
8358
8358
 
8359
8359
  let last_job_in_queue = 0;
8360
8360
  // let run_stat;
8361
- const job_iterator_old = async function () {
8361
+ const job_iterator = async function () {
8362
8362
  let from_job_num_to_run = last_job_in_queue;
8363
8363
  last_job_in_queue = UI_WORKER_OBJ.num - from_job_num_to_run;
8364
8364
 
@@ -8388,7 +8388,7 @@ func.UI.worker.init = async function (SESSION_ID) {
8388
8388
  }
8389
8389
  };
8390
8390
 
8391
- const job_iterator = async function () {
8391
+ const job_iterator2 = async function () {
8392
8392
  let from_job_num_to_run = last_job_in_queue;
8393
8393
  last_job_in_queue = UI_WORKER_OBJ.num - from_job_num_to_run;
8394
8394