pub fn launch_tasks<T: Task>( tasks: Vec<T>, runtime_fps: u64, runtime_project_label: Option<String>, ) -> Result<(), Box<dyn Error + Send + Sync>>
Helper that launches a vector of tasks with standard TUI behavior.