Skip to content

Commit 72c30cf

Browse files
Tsung-Wei HuangTsung-Wei Huang
authored andcommitted
updated readme.md
1 parent c58279b commit 72c30cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ tf.linearize(A, B, C, D); // A runs before A, B runs before C, and C runs befor
107107

108108
## Step 3: Execute the Tasks
109109
There are three methods to carry out a task dependency graph, `dispatch`, `silent_dispatch`, and `wait_for_all`.
110+
110111
```cpp
111112
auto future = tf.dispatch(); // non-blocking, returns with a future immediately.
112113
tf.silent_dispatch(); // non-blocking, no return
@@ -150,7 +151,6 @@ digraph Taskflow {
150151
```
151152
There are a number of free [GraphViz tools][AwesomeGraphViz] you could find online
152153
to visualize your Taskflow graph.
153-
154154
<img src="image/graphviz.png" width="25%"> Taskflow with five tasks and six dependencies, generated by [Viz.js](http://viz-js.com/).
155155

156156
# API Reference

0 commit comments

Comments
 (0)