fix: broken url in chapter 'Graceful Shutdown'

pull/921/head
zhangzhonglai 2 years ago committed by GitHub
parent 20cb1fc718
commit 2c6a621475
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