We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ee39c commit 077e5b5Copy full SHA for 077e5b5
1 file changed
crates/trie/parallel/src/proof_task.rs
@@ -12,9 +12,8 @@
12
//!
13
//! # Message Flow
14
15
-//! 1. `MultiProofTask` prepares a storage or account job
16
-//! and hands it to [`ProofWorkerHandle`]. The job carries a
17
-//! [`ProofResultContext`] so the worker knows how to send the result back.
+//! 1. `MultiProofTask` prepares a storage or account job and hands it to [`ProofWorkerHandle`]. The
+//! job carries a [`ProofResultContext`] so the worker knows how to send the result back.
18
//! 2. A worker receives the job, runs the proof, and sends a [`ProofResultMessage`] through the
19
//! provided [`ProofResultSender`].
20
//! 3. `MultiProofTask` receives the message, uses `sequence_number` to keep proofs in order, and
0 commit comments