cargo
1.83.0-beta.5
(eb6e3fa1a 2024-11-08)
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.