Skip to content

Commit

Permalink
Update asymmetric.qbk
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunar-YZ authored Jan 2, 2024
1 parent 0734aa1 commit 9113c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/asymmetric.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ After unwinding, a __coro__ is complete.
coro_t::push_type sink(
[&](coro_t::pull_type& source){
X x;
for(int i = 0; ;++i){
for(int i = 0; ; ++i){
std::cout << "fn(): " << i << std::endl;
// transfer execution control back to main()
source();
Expand Down

0 comments on commit 9113c98

Please sign in to comment.