task_graph_which_ready: Find task with ready state
Description
List tasks which have ready state prioritizing check tasks over
install tasks.
Usage
task_graph_which_ready(g)
Value
The names of packages with ready state.
Arguments
- g
A dependency graph, as produced with task_graph_create()
.