compute_ready_and_blocked

Function compute_ready_and_blocked 

Source
pub fn compute_ready_and_blocked(
    parsed: &TasksParseResult,
) -> (Vec<TaskItem>, Vec<(TaskItem, Vec<String>)>)
Expand description

Compute ready tasks and blocked tasks (with reasons) from a parsed tasks file.