Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyang-go authored May 3, 2021
1 parent c4f0fc1 commit 115343b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public:
private:
int _status;
int x, i;
}
};
```

可以看出,一个协程函数可以用一个类实现:
Expand Down Expand Up @@ -98,7 +98,7 @@ public:
private:
int x, i;
}
};
```

是不是已经很有协程的味道了!
Expand Down

0 comments on commit 115343b

Please sign in to comment.