Skip to content

Commit d19385f

Browse files
updated subflow graphs
1 parent cf1b145 commit d19385f

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/subflow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ int main(int argc, char* argv[]) {
7878
A.precede(B); // B runs after A
7979
A.precede(C); // C runs after A
8080
B.precede(D); // D runs after B
81-
C.precede(D); // D runs after C
82-
81+
C.precede(D); // D runs after C
82+
8383
tf.dispatch().get(); // block until finished
8484

8585
// examine the graph

image/debug_subflow.png

-2.07 KB
Loading

image/detached_subflow_future.png

1.24 KB
Loading

image/joined_subflow_future.png

-509 Bytes
Loading

image/nested_subflow.png

-2.8 KB
Loading

image/subflow_detach.png

3.15 KB
Loading

0 commit comments

Comments
 (0)