sort_tasks

Function sort_tasks 

Source
pub fn sort_tasks(
    tasks: &mut [TaskInfo],
    sort_by: TaskSortBy,
    direction: SortDirection,
)
Expand description

Sort tasks by the given criteria