cargo::core::compiler::job_queue

Module job_state

source
Expand description

See JobState.

Structsยง

  • A JobState is constructed by JobQueue::run and passed to Job::run. It includes everything necessary to communicate between the main thread and the execution of the job.