Expand description
Application-facing orchestration shared by GUI frontends.
This module keeps UI worker plumbing out of main.rs so the binary can stay
thin and future frontends can reuse the same command/message contract.
Enums§
- Download
Command - Command sent from a frontend to the download worker.
- Worker
ToGui Message - Message sent from the download worker back to a frontend.
Functions§
- spawn_
download_ worker - Spawn the blocking download worker used by the desktop GUI.