Skip to content

Commit

Permalink
fix demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Oct 2, 2024
1 parent b9b992b commit 6f76c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ main 是一个传统函数, 它调用了 A() 以后,在它的视角,它获
ucoro::awaitable<void> bar()
{
debugstop2();
co_return;
}

ucoro::awaitable<void> foo()
Expand Down

0 comments on commit 6f76c5b

Please sign in to comment.