Expand description
Download orchestration.
The engine is a sequence of decisions, each of which can refuse to proceed:
probe → destination → resume validation → reconcile → plan → transfer →
barrier → verify. It owns no rendering and no argument parsing; it takes a
DownloadRequest and publishes Events.
Structs§
Functions§
- download
- grace_
period - Wait for cancellation, then give workers a bounded grace period. Used by the CLI so Ctrl+C cannot hang the process (PRD §26).