Skip to main content
Module job_state
cargo
1.95.0-nightly
(6a979b3e3 2026-02-26)
Module job_
state
Module Items
Structs
In cargo::
core::
compiler::
job_
queue
cargo
::
core
::
compiler
::
job_queue
Module
job_
state
Copy item path
Source
Expand description
See
JobState
.
Structs
ยง
JobState
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.