Update dependencies, add some todos/notes for future changes
This commit is contained in:
@@ -174,7 +174,7 @@ impl Cli {
|
||||
let reader = BufReader::new(file);
|
||||
let graph = serde_json::from_reader(reader)?;
|
||||
let graph = RunnableGraph::from_graph(graph);
|
||||
// TODO: Possible to await here?
|
||||
// TODO: Possible to await here? Actually needs awaiting to work
|
||||
graph.run_default_tasks(threads, |id, status| {
|
||||
info!("Node with id {} finished with status {:?}", id, status)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user