Update tutorial-11-graph_task.cc

This commit is contained in:
xiehan
2021-05-08 18:03:03 +08:00
committed by GitHub
parent 7f514dab2e
commit 4320652705

View File

@@ -93,5 +93,6 @@ int main(void)
graph->start();
wait_group.wait();
return 0;
}