diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-03-03 11:40:52 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-03-05 23:32:41 +0100 |
| commit | 5d6eacfbee0491c0525f5bf400426c2505e6dd9a (patch) | |
| tree | 9ae65813f93769e2490a8de32f3e5205b1f592ea | |
| parent | a0c84cbebb2973fd3a24d79d991a4101c1341ef6 (diff) | |
| download | mullvadvpn-5d6eacfbee0491c0525f5bf400426c2505e6dd9a.tar.xz mullvadvpn-5d6eacfbee0491c0525f5bf400426c2505e6dd9a.zip | |
Add docs for ActionMessageHandler
| -rw-r--r-- | installer-downloader/src/controller.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer-downloader/src/controller.rs b/installer-downloader/src/controller.rs index d2eeb37756..aa5c93fa8a 100644 --- a/installer-downloader/src/controller.rs +++ b/installer-downloader/src/controller.rs @@ -234,6 +234,7 @@ struct ActionMessageHandler< impl<D: AppDelegate + 'static, A: From<UiAppDownloaderParameters<D>> + AppDownloader + 'static> ActionMessageHandler<D, A> { + /// Run the [ActionMessageHandler] actor until the end of the program/execution async fn run<DP: DirectoryProvider>( queue: D::Queue, tx: mpsc::Sender<TaskMessage>, |
