Skip to content

Commit 1cf6b64

Browse files
Tsung-Wei HuangTsung-Wei Huang
authored andcommitted
updated README.md
1 parent b666acb commit 1cf6b64

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
@@ -269,7 +269,7 @@ future.get();
269269
std::cout << "all tasks complete" << '\n';
270270
```
271271

272-
If you need to block the control flow until all tasks finish, use `wait_for_all` instead.
272+
If you need to block your program flow until all tasks finish, use `wait_for_all` instead.
273273
```cpp
274274
tf.wait_for_all();
275275
std::cout << "all tasks complete" << '\n';

0 commit comments

Comments
 (0)