pub fn sort_tasks(
tasks: &mut [TaskInfo],
sort_by: TaskSortBy,
direction: SortDirection,
)Expand description
Sort tasks by the given criteria
pub fn sort_tasks(
tasks: &mut [TaskInfo],
sort_by: TaskSortBy,
direction: SortDirection,
)Sort tasks by the given criteria