You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -723,7 +723,7 @@ The folder `example/` contains several examples and is a great place to learn to
723
723
|[debug.cpp](./example/debug.cpp)| inspects a taskflow through the dump method |
724
724
|[emplace.cpp](./example/emplace.cpp)| demonstrates the difference between the emplace method and the silent_emplace method |
725
725
|[matrix.cpp](./example/matrix.cpp)| creates two set of matrices and multiply each individually in parallel |
726
-
|[multiple_dispatch.cpp](./example/multiple_dispatch.cpp)| illustrates dispatching multiple taskflow graphs as independent batches (which all run on the same taskpool) |
726
+
|[multiple_dispatch.cpp](./example/multiple_dispatch.cpp)| illustrates dispatching multiple taskflow graphs as independent batches (which all run on the same threadpool) |
727
727
|[parallel_for.cpp](./example/parallel_for.cpp)| parallelizes a for loop with unbalanced workload |
728
728
|[reduce.cpp](./example/reduce.cpp)| performs reduce operations over linear containers |
729
729
|[subflow.cpp](./example/subflow.cpp)| demonstrates how to create a subflow graph that spawns three dynamic tasks |
0 commit comments