Once you invoke schedule, they all go into the job queue.
一旦您调用计划,它们都会进入作业队列。
Introduction to Unity DOTS
Once our job has data, we need to place it in the job queue.
一旦我们的作业有了数据,我们就需要将其放入作业队列中。
Introduction to Unity DOTS
Then instead of returning a job handle, once we do that, it's not on the job queue.
然后,一旦我们这样做,它就不返回作业队列,而不是返回作业句柄。
英语百科
Job queue
In system software, a job queue (sometimes batch queue), is a data structure maintained by job scheduler software containing jobs to run.
Users submit their programs that they want executed, "jobs", to the queue for batch processing.
The scheduler software maintains the queue as the pool of jobs available for it to run.