pub fn run(config_path: Option<&str>) -> Result<()>Expand description
Entry point for studio-worker ui. Loads config, spawns the four
background loops on the calling tokio runtime, then hands the main
thread to eframe (which it owns for the lifetime of the window).