pub fn handle_batch(items: &[(String, String)]) -> (String, ShellOutcome)Expand description
Executes multiple (language, code) pairs in parallel and returns aggregated results. The outcome carries the first non-zero exit code (0 when all tasks succeeded), so one failing task marks the whole batch as failed.