mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-05 06:00:30 -04:00
job: Add JobManagerInterface to emit JobStarted signal
This adds the JobManagerInterface helper object to emit a signal when a job is started. It also renames the job prefix to be its own path so that the JobManagerInterface can claim that as an object.
This commit is contained in:
parent
8412adcd4a
commit
8e3fc1afeb
4 changed files with 100 additions and 9 deletions
|
@ -55,7 +55,7 @@ impl SteamOSManager {
|
|||
fan_control: FanControl::new(connection.clone()),
|
||||
wifi_debug_mode: WifiDebugMode::Off,
|
||||
should_trace: variant().await? == HardwareVariant::Galileo,
|
||||
job_manager: JobManager::new(connection.clone()),
|
||||
job_manager: JobManager::new(connection.clone()).await?,
|
||||
connection,
|
||||
channel,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue