cargo
1.79.0
(129f3b996 2024-06-10) (built from a source tarball)
Module job_state
Structs
In cargo::core::compiler::job_queue
?
Settings
Module
cargo
::
core
::
compiler
::
job_queue
::
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.