We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fbe50 commit 7525bf9Copy full SHA for 7525bf9
crates/job/scheduler/src/garbling/mod.rs
@@ -38,8 +38,8 @@
38
//! broadcasting to all workers.
39
//! 5. Workers process their sessions concurrently. Per-session timeout evicts slow consumers (e.g.
40
//! G8 with a congested peer) without blocking others. Evicted actions go to the retry list.
41
-//! 6. After all blocks: workers finalize sessions, report completions, and
42
-//! the coordinator forwards them to the SM.
+//! 6. After all blocks: workers finalize sessions, report completions, and the coordinator forwards
+//! them to the SM.
43
//!
44
//! [`ReaderV5c`]: ckt_fmtv5_types::v5::c::ReaderV5c
45
//! [`CircuitSession`]: mosaic_job_api::CircuitSession
0 commit comments