Skip to main content

launch_tasks

Function launch_tasks 

Source
pub fn launch_tasks<T: Task>(
    tasks: Vec<T>,
    runtime_fps: u64,
    runtime_project_label: Option<String>,
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

Helper that launches a vector of tasks with standard TUI behavior.