Skip to content

Commit 35bf3df

Browse files
Tsung-Wei HuangTsung-Wei Huang
authored andcommitted
updated README.md
1 parent 72c30cf commit 35bf3df

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,9 @@ 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-
111110
```cpp
112111
auto future = tf.dispatch(); // non-blocking, returns with a future immediately.
113-
tf.silent_dispatch(); // non-blocking, no return
112+
tf.silent_dispatch(); // non-blocking, no return
114113
```
115114
Calling `wait_for_all` will block until all tasks complete.
116115
```cpp

0 commit comments

Comments
 (0)