Merge pull request #921 from zhangzhonglai/patch-2

fix: broken url in chapter 'Graceful Shutdown'
pull/924/head
Sunface 2 years ago committed by GitHub
commit b4d121c04d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,4 +95,4 @@ async fn some_operation(i: u64, _sender: Sender<()>) {
}
```
关于忘记 `drop` 本身持有的发送端进而导致 bug 的问题,大家可以看看[这篇文章](https://course.rs/pitfalls/main-with-channel-blocked.html)。
关于忘记 `drop` 本身持有的发送端进而导致 bug 的问题,大家可以看看[这篇文章](https://course.rs/compiler/pitfalls/main-with-channel-blocked.html)。

Loading…
Cancel
Save