pub fn clean_up_finished_tasks<T>(
tasks: &mut Vec<Task>,
timers: &mut FastHashMap<TimerId, Timer>,
) -> UpdateScreen
Expand description
Remove all tasks that have finished executing
pub fn clean_up_finished_tasks<T>(
tasks: &mut Vec<Task>,
timers: &mut FastHashMap<TimerId, Timer>,
) -> UpdateScreen
Remove all tasks that have finished executing