Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Cleanup docs
  • Loading branch information
slumber committed Oct 22, 2021
commit 72918da3b2789079a6af178d825b71b1b6cda6d5
4 changes: 2 additions & 2 deletions node/core/pvf/src/prepare/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ pub enum FromPool {
Spawned(Worker),

/// The given worker either succeeded or failed the given job.
/// The artifact file has only been written if the preparation was successful.
/// The `bool` says whether the worker ripped.
Concluded {
/// A key for retrieving the worker data from the pool.
worker: Worker,
/// Indicates whether the worker process was killed.
rip: bool,
/// [`Ok`] indicates that compiled artifact is successfully stored on disk.
/// Otherwise, an [error](PrepareError) is supplied.
Expand Down