Quiz — Staged Sync
Question
Confirm: 6-method Stage trait, 10-stage pipeline order, SenderRecovery parallelism, ExecutionStage as the 70 % bottleneck.
Principle (minimum model)
- Stage trait 6 methods + 10 stages in order + parallel patterns per stage.
Worked example + steps
Quiz: did the Stage trait + pipeline shape stick?
Four questions covering the trait design and the pipeline ordering constraints. Same rule: you can't nod past a quiz.
If you miss two or more, scroll back to Building the Stage trait before going on to the drill.
Summary (3 lines)
- Quiz confirms Staged Sync understanding.
- Get two+ wrong → re-read buildup + pipeline.
- Pass → drill: read SenderRecoveryStage end-to-end.