Skip to main content

Module app

Module app 

Source
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§

DownloadCommand
Command sent from a frontend to the download worker.
WorkerToGuiMessage
Message sent from the download worker back to a frontend.

Functions§

spawn_download_worker
Spawn the blocking download worker used by the desktop GUI.